'Declaration
<NotNullAttribute()> ReadOnly Property SubjectName As X500DistinguishedName
'Usage
Dim instance As IPkiCertificate Dim value As X500DistinguishedName value = instance.SubjectName
[NotNull()] X500DistinguishedName SubjectName {get;}
[NotNull()] property X500DistinguishedName^ SubjectName { X500DistinguishedName^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).