Share via


TrustPolicy.SuppressRealmCookie Property

 

Gets or sets a Boolean that indicates whether the realm cookie should be suppressed, that is, not written.

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

Syntax

public bool SuppressRealmCookie { get; set; }
public:
property bool SuppressRealmCookie {
    bool get();
    void set(bool value);
}
member SuppressRealmCookie : bool with get, set
Public Property SuppressRealmCookie As Boolean

Property Value

Type: System.Boolean

true if the realm cookie should be suppressed, that is, not written; otherwise, false.

See Also

TrustPolicy Class
System.Web.Security.SingleSignOn Namespace

Return to top