A time instant before which the subject cannot be confirmed. [Saml2Core, 2.4.1.2]
Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

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

value = instance.NotBefore

instance.NotBefore = value

Синтаксис

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

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

public function set NotBefore (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

См. также