Пространство имен: Microsoft.IdentityModel.Web
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

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

value = instance.PersistentSessionLifetime

instance.PersistentSessionLifetime = value

Синтаксис

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>)

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также