TrustPolicy.AddLSClientCertificate Method
Adds an SSL client certificate that a Federation Server proxy could use to authenticate to this Federation Service.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Overload List
Name | Description | |
---|---|---|
AddLSClientCertificate(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.. |
|
AddLSClientCertificate(String) | 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 file name. |
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top