Click or drag to resize

X509CRL2Thumbprint Property

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

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public string Thumbprint { get; }

Property Value

Type: 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