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.
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.StringThe 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