X509CRL2Issuer Property

Gets the textual representation of the CRL issuer (in X.500 name format).

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public string Issuer { get; }

Property Value

String

Remarks

This property contains the name of the certificate authority (CA) that issued the CRL. The distinguished name for the certificate is a textual representation of the CRL issuer. This representation consists of name attributes (for example, "CN=MyName, OU=MyOrgUnit, C=US").

See Also