Specifies the time instant at which the session between the principal identified by the subject and the SAML authority issuing this statement must be considered ended. [Saml2Core, 2.7.2]
Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As Saml2AuthenticationStatement
Dim value As Nullable(Of DateTime)

value = instance.SessionNotOnOrAfter

instance.SessionNotOnOrAfter = value

Синтаксис

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

/** @property */
public void set_SessionNotOnOrAfter (Nullable<DateTime> value)
JScript
public function get SessionNotOnOrAfter () : Nullable<DateTime>

public function set SessionNotOnOrAfter (value : Nullable<DateTime>)

Значение свойства

Returns a nullable DateTime.

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также