Share via


TrustPolicy.AddLSClientCertificate Method (IntPtr)

 

Adds an SSL client certificate that a Federation Server proxy can use to authenticate the client to this Federation Service. The certificate is specified by a pointer to the list of LS certificates..

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

Syntax

public void AddLSClientCertificate(
    IntPtr pCertContext
)
public:
void AddLSClientCertificate(
    IntPtr pCertContext
)
member AddLSClientCertificate : 
        pCertContext:nativeint -> unit
Public Sub AddLSClientCertificate (
    pCertContext As IntPtr
)

Parameters

  • pCertContext
    Type: System.IntPtr

    Pointer to the certificate for the client claim context.

See Also

AddLSClientCertificate Overload
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace

Return to top