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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.