TrustPolicyEntryCollection.TP Property

 

Gets or sets the TrustPolicy.

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

Syntax

protected TrustPolicy TP { get; set; }
protected:
property TrustPolicy^ TP {
    TrustPolicy^ get();
    void set(TrustPolicy^ value);
}
member TP : TrustPolicy with get, set
Protected Property TP As TrustPolicy

Property Value

Type: System.Web.Security.SingleSignOn.TrustPolicy

The TrustPolicy.

See Also

TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top