Click or drag to resize

X509CRL2IssuerName Property

Gets the distinguished name of the CRL issuer.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X500DistinguishedName IssuerName { get; }

Property Value

Type: X500DistinguishedName
Remarks
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").
See Also