Specifies the time at which the authentication took place. [Saml2Core, 2.7.2]
Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As Saml2AuthenticationStatement
Dim value As DateTime

value = instance.AuthenticationInstant

instance.AuthenticationInstant = value

Синтаксис

Visual Basic
Public Property AuthenticationInstant As DateTime
C#
public DateTime AuthenticationInstant { get; set; }
C++
public:
property DateTime AuthenticationInstant {
		DateTime get ();
		void set (DateTime value);
}
J#
/** @property */
public DateTime get_AuthenticationInstant ()

/** @property */
public void set_AuthenticationInstant (DateTime value)
JScript
public function get AuthenticationInstant () : DateTime

public function set AuthenticationInstant (value : DateTime)

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

Returns a DateTime.

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также