X509CRL2Issuer Property
Gets the textual representation of the CRL issuer (in X.500 name format).
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public string Issuer { get; }
Public ReadOnly Property Issuer As String
Get
public:
property String^ Issuer {
String^ get ();
}
member Issuer : string with get
Property Value
String 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").