CertificateException Constructor (String, String)
Creates an instance of the CertificateException class using the specified resource data and thumbprint of a certificate.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected CertificateException(
string resource,
string thumbprint
)
protected:
CertificateException(
String^ resource,
String^ thumbprint
)
new :
resource:string *
thumbprint:string -> CertificateException
Protected Sub New (
resource As String,
thumbprint As String
)
Parameters
resource
Type: System.StringThe resource data about the exception thrown.
thumbprint
Type: System.StringThe thumbprint of a certificate.
See Also
CertificateException Overload
CertificateException Class
System.Web.Security.SingleSignOn Namespace
Return to top