Share via


TrustPolicy.AddLSClientCertificate Method (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.

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

Syntax

public void AddLSClientCertificate(
    string filename
)
public:
void AddLSClientCertificate(
    String^ filename
)
member AddLSClientCertificate : 
        filename:string -> unit
Public Sub AddLSClientCertificate (
    filename As String
)

Parameters

  • filename
    Type: System.String

    The file name for the client certificate.

See Also

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

Return to top