Gets or sets the time that the session referred to in the session
index must be considered ended.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As AuthenticationInformation
Dim value As Nullable(Of DateTime)
value = instance.NotOnOrAfter
instance.NotOnOrAfter = value
|
Синтаксис
Visual Basic |
Public Property NotOnOrAfter As Nullable(Of DateTime)
|
C# |
public Nullable<DateTime> NotOnOrAfter { get; set; }
|
C++ |
public:
property Nullable<DateTime> NotOnOrAfter {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
|
J# |
/** @property */
public Nullable<DateTime> get_NotOnOrAfter ()
/** @property */
public void set_NotOnOrAfter (Nullable<DateTime> value)
|
JScript |
public function get NotOnOrAfter () : Nullable<DateTime>
public function set NotOnOrAfter (value : Nullable<DateTime>)
|
Исключения
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также