TrustPolicy.RealmCookieLifetimeInDays Property

 

Gets or sets the lifetime, in days, of the account partner realm cookie written to the client. Once the client has chosen his account partner, this cookie identifies the account partner the user belongs to, for all subsequent access to the application.

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

Syntax

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

Property Value

Type: System.Int32

The lifetime, in days, of the account partner realm cookie written to the client.

See Also

TrustPolicy Class
System.Web.Security.SingleSignOn Namespace

Return to top