ICertificate.Thumbprint Property
Gets the thumbprint of the certificate.
Thumbprint
- C#
- VB
string Thumbprint { get; }
Public MustOverride ReadOnly Property Thumbprint() As String
Property Value
Remarks
The thumbprint is dynamically generated using the SHA1 algorithm and does not physically exist in the certificate. Since the thumbprint is a unique value for the certificate, it is commonly used to find a particular certificate in a certificate store.