Share via


ProxyConfigurationInformation.RealmCookieLifetime Property

 

Gets or sets the lifetime of the persistent realm cookie, designated in days.

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

Syntax

public int RealmCookieLifetime { get; set; }
public:
property int RealmCookieLifetime {
    int get();
    void set(int value);
}
member RealmCookieLifetime : int with get, set
Public Property RealmCookieLifetime As Integer

Property Value

Type: System.Int32

The default value is 30.

See Also

ProxyConfigurationInformation Class
System.Web.Security.SingleSignOn Namespace

Return to top