X509CRL2Thumbprint Property

Gets a thumbprint of the current CRL object. Default thumbprint algorithm is SHA256.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public string Thumbprint { get; }

Property Value

String

Remarks

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.

See Also