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