SamlAuthenticationClaimResource.AuthenticationInstant Property

Definition

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.

Applies to