X509VerificationMethod.AddNewTrustedCertificate Method
Adds a new trusted certificate to the list of trusted certificates for signature validation.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Overload List
Name | Description | |
---|---|---|
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. |
|
AddNewTrustedCertificate(String) | Adds a new trusted certificate, specified by filename, to the list of trusted certificates for signature validation. |
|
AddNewTrustedCertificate(String, String) | Adds a new trusted certificate, specified by filename and thumbprint, to the list of trusted certificates for signature validation. |
See Also
X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace
Return to top