Compartilhar via


CertInfo.X509Thumbprint Property

 

Gets or sets the X509 thumbprint, which has the hexadecimal string that contains the SHA-1 hash of the certificate.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public string X509Thumbprint { get; set; }
public:
property String^ X509Thumbprint {
    String^ get();
    void set(String^ value);
}
member X509Thumbprint : string with get, set
Public Property X509Thumbprint As String

Property Value

Type: System.String

The X509 thumbprint.

See Also

CertInfo Class
System.Web.Security.SingleSignOn Namespace

Return to top