SamlAuthenticationStatement.AuthenticationInstant Właściwość

Definicja

Pobiera lub ustawia moment, w którym podmiot został uwierzytelniony.

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

Wartość właściwości

Element DateTime określający moment, w którym podmiot został uwierzytelniony.

Typ wyjątku Warunek
InvalidOperationException Właściwość jest ustawiona AuthenticationInstantIsReadOnly , a właściwość to true.

Uwagi

Czas jest przechowywany w uniwersalnym czasie koordynowanym (UTC).

Właściwość AuthenticationInstant odpowiada atrybutowi AuthenticationInstant<AuthenticationStatement> elementu zdefiniowanego w specyfikacji ASSERTIONs and Protocol dla specyfikacji OASIS Security Assertion Markup Language (SAML).

Dotyczy