SamlAuthenticationStatement.AuthenticationInstant Property

Definition

Gets or sets the instant in time at which the subject was authenticated.

public:
 property DateTime AuthenticationInstant { DateTime get(); void set(DateTime value); };
public DateTime AuthenticationInstant { get; set; }
member this.AuthenticationInstant : DateTime with get, set
Public Property AuthenticationInstant As DateTime

Property Value

A DateTime that specifies the instant in time at which the subject was authenticated.

Exception type Condition
InvalidOperationException The AuthenticationInstant property is set and the IsReadOnly property is true.

Remarks

The time is stored in Coordinated Universal Time (UTC).

The AuthenticationInstant property corresponds to the AuthenticationInstant attribute of the <AuthenticationStatement> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to