SamlAuthenticationClaimResource.AuthenticationInstant Propriedade

Definição

Obtém o instante no tempo em que a entidade foi autenticada.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

Valor da propriedade

DateTime

Um DateTime que especifica o instante no tempo em que a entidade foi autenticada.A DateTime that specifies the instant in time at which the subject was authenticated.

Comentários

A AuthenticationInstant propriedade corresponde ao AuthenticationInstant atributo do <AuthenticationStatement> elemento que é definido nas asserções e no protocolo para a especificação do Oasis Security Assertion Markup Language (SAML).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.

Aplica-se a