Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.IntPtrPointer to the certificate for the client claim context.
See Also
AddLSClientCertificate Overload
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top