X509VerificationMethod Methods

 

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

Methods

Name Description
System_CAPS_pubmethod AddNewTrustedCertificate(IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds a new trusted certificate, pointed to by pCertChainContext, to the list of trusted certificates for signature validation.

System_CAPS_pubmethod AddNewTrustedCertificate(String)

Adds a new trusted certificate, specified by filename, to the list of trusted certificates for signature validation.

System_CAPS_pubmethod AddNewTrustedCertificate(String, String)

Adds a new trusted certificate, specified by filename and thumbprint, to the list of trusted certificates for signature validation.

System_CAPS_pubmethod AddNewTrustedCertificateByThumbprint(String)

Adds a new trusted certificate, with the specified thumbprint, to the list of trusted certificates for signature validation.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod FindCertificate(String)

Finds a certificate by its thumbprint.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod ValidateSigningMethod(X509SigningMethod)

Verifies that the certificate uses the X509 signing method.

See Also

X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top