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; }
Public ReadOnly Property Issuer As String
Get
public:
property String^ Issuer {
String^ get ();
}
member Issuer : string with get
Property Value
Type:
StringRemarks 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