SamlAuthenticationClaimResource.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 the instant in time at which the subject was authenticated.
public:
property DateTime AuthenticationInstant { DateTime get(); };
public DateTime AuthenticationInstant { get; }
member this.AuthenticationInstant : DateTime
Public ReadOnly Property AuthenticationInstant As DateTime
Property Value
A DateTime that specifies the instant in time at which the subject was authenticated.
Remarks
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.