X509CRL2IssuerName Property
Gets the distinguished name of the CRL issuer.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public X500DistinguishedName IssuerName { get; }
Public ReadOnly Property IssuerName As X500DistinguishedName
Get
public:
property X500DistinguishedName^ IssuerName {
X500DistinguishedName^ get ();
}
member IssuerName : X500DistinguishedName with get
Property Value
X500DistinguishedName This property contains the name of the certificate authority (CA) that issued the CRL. To obtain the
name of the issuer, use the GetNameInfo method. The distinguished name for the CRL is a textual
representation of the CRL issuer. This representation consists of name attributes (for example,
"CN=MyName, OU=MyOrgUnit, C=US").