Compartir a través de


FederationCertificates.FindCertificateByThumbprint Method (String)

 

This method supports the AD FS infrastructure and is not intended to be used directly from your code. Finds a certificate by its thumbprint.

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

Syntax

public CertificateContext FindCertificateByThumbprint(
    string thumbprint
)
public:
CertificateContext^ FindCertificateByThumbprint(
    String^ thumbprint
)
member FindCertificateByThumbprint : 
        thumbprint:string -> CertificateContext
Public Function FindCertificateByThumbprint (
    thumbprint As String
) As CertificateContext

Parameters

Return Value

Type: System.Web.Security.SingleSignOn.CertificateContext

Returns the CertificateContext object.

See Also

FederationCertificates Class
System.Web.Security.SingleSignOn Namespace

Return to top