Compartilhar via


ProxyConfigurationInformation.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

The default value is false, which means that it should be written.

See Also

ProxyConfigurationInformation Class
System.Web.Security.SingleSignOn Namespace

Return to top