Skip to main content
Version: 4.4.0

ICertificate.Thumbprint Property

Gets the thumbprint of the certificate.

Thumbprint

string Thumbprint { get; }

Property Value

string

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.