Share via


X509VerificationMethod.FindCertificate Method (String)

 

Finds a certificate by its thumbprint.

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

Syntax

public bool FindCertificate(
    string thumbprint
)
public:
bool FindCertificate(
    String^ thumbprint
)
member FindCertificate : 
        thumbprint:string -> bool
Public Function FindCertificate (
    thumbprint As String
) As Boolean

Parameters

  • thumbprint
    Type: System.String

    The thumbprint of the certificate to find.

Return Value

Type: System.Boolean

true if the certificate is found; otherwise false.

See Also

X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top