System.Security.Cryptography.X509Certificates.X509Certificate2.Thumbprint Property

Gets the thumbprint of a certificate.

Syntax

public string Thumbprint { get; }

Value

Documentation for this section has not yet been entered.

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.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0