SamlAuthenticationStatement.AuthenticationInstant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.