Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method supports the AD FS infrastructure and is not intended to be used directly from your code. Finds a certificate chain by its thumbprint.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CertificateChainContext FindCertificateChainByThumbprint(
string thumbprint
)
public:
CertificateChainContext^ FindCertificateChainByThumbprint(
String^ thumbprint
)
member FindCertificateChainByThumbprint :
thumbprint:string -> CertificateChainContext
Public Function FindCertificateChainByThumbprint (
thumbprint As String
) As CertificateChainContext
Parameters
thumbprint
Type: System.StringThe thumbprint to use to find this certificate chain.
Return Value
Type: System.Web.Security.SingleSignOn.CertificateChainContext
Returns the CertificateChainContext object.
See Also
FederationCertificates Class
System.Web.Security.SingleSignOn Namespace
Return to top