Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As CookieHandler
Dim value As Nullable(Of TimeSpan)

value = instance.PersistentSessionLifetime

instance.PersistentSessionLifetime = value

Syntax

Visual Basic
Public Property PersistentSessionLifetime As Nullable(Of TimeSpan)
C#
public Nullable<TimeSpan> PersistentSessionLifetime { get; set; }
C++
public:
property Nullable<TimeSpan> PersistentSessionLifetime {
		Nullable<TimeSpan> get ();
		void set (Nullable<TimeSpan> value);
}
J#
/** @property */
public Nullable<TimeSpan> get_PersistentSessionLifetime ()

/** @property */
public void set_PersistentSessionLifetime (Nullable<TimeSpan> value)
JScript
public function get PersistentSessionLifetime () : Nullable<TimeSpan>

public function set PersistentSessionLifetime (value : Nullable<TimeSpan>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also