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