X509SigningMethod.X509Thumbprint Property

 

Gets or sets the X509 thumbprint, which is the hexadecimal string format of 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

A string containing the X509 thumbprint, which is the hexadecimal string format of the SHA-1 hash of the certificate.

See Also

X509SigningMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top