Share via


FederationServerConfiguration.TrustPolicyLocation Property

 

Gets or sets the full path to the trust policy file to be loaded by the Federation Server.

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

Syntax

public string TrustPolicyLocation { get; set; }
public:
property String^ TrustPolicyLocation {
    String^ get();
    void set(String^ value);
}
member TrustPolicyLocation : string with get, set
Public Property TrustPolicyLocation As String

Property Value

Type: System.String

The full path to the trust policy file to be loaded by the Federation Server.

See Also

FederationServerConfiguration Class
System.Web.Security.SingleSignOn Namespace

Return to top