Specifies the time at which the authentication took place. [Saml2Core, 2.7.2]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2AuthenticationStatement
Dim value As DateTime

value = instance.AuthenticationInstant

instance.AuthenticationInstant = value

Syntax

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)

Property Value

Returns a DateTime.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also