TrustPolicyEntryBase.Disabled Property
Gets or sets whether the trust with this realm is currently active. If this is set, no tokens will be accepted from this partner.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public bool Disabled { get; set; }
public:
property bool Disabled {
bool get();
void set(bool value);
}
member Disabled : bool with get, set
Public Property Disabled As Boolean
Property Value
Type: System.Boolean
true if the trust with this realm is currently active; otherwise, false.
See Also
TrustPolicyEntryBase Class
System.Web.Security.SingleSignOn Namespace
Return to top