X509CRL2Thumbprint Property
Gets a thumbprint of the current CRL object. Default thumbprint algorithm is SHA256.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public string Thumbprint { get; }
Public ReadOnly Property Thumbprint As String
Get
public:
property String^ Thumbprint {
String^ get ();
}
member Thumbprint : string with get
Property Value
String
The thumbprint is dynamically generated using the SHA256 algorithm and does not physically exist
in the certificate revocation list. Since the thumbprint is a unique value for the certificate,
it is commonly used to find a particular certificate revocation list in a certificate store.