Share via


CertificateException.Thumbprint Property

 

Gets or sets the thumbprint of the certificate that generated this exception.

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

Syntax

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

Property Value

Type: System.String

The thumbprint of the certificate that generated this exception.

See Also

CertificateException Class
System.Web.Security.SingleSignOn Namespace

Return to top