X509VerificationMethod.AddNewTrustedCertificate Method (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.

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

Syntax

public void AddNewTrustedCertificate(
    IntPtr pCertChainContext
)
public:
void AddNewTrustedCertificate(
    IntPtr pCertChainContext
)
member AddNewTrustedCertificate : 
        pCertChainContext:nativeint -> unit
Public Sub AddNewTrustedCertificate (
    pCertChainContext As IntPtr
)

Parameters

  • pCertChainContext
    Type: System.IntPtr

    Pointer to a certificate chain context.

Remarks

Certificate chains are stored in the TrustPolicy. These are used to create the Federation Service Certificate Store and verification chains are built from this store.

See Also

AddNewTrustedCertificate Overload
X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace

Return to top