Saml2AuthenticationStatement.AuthenticationInstant Property

Definition

Gets or sets the time at which the authentication took place. [Saml2Core, 2.7.2]

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 represents the time of authentication in UTC.

Remarks

The AuthnInstant attribute. This attribute is required.

Applies to