Click or drag to resize

X509CRL2Issuer Property

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

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

Property Value

Type: 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