Sdílet prostřednictvím


SamlAuthenticationStatement.AuthenticationInstant Vlastnost

Definice

Získá nebo nastaví okamžik v čase, ve kterém byl předmět ověřen.

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

Hodnota vlastnosti

A DateTime , který určuje okamžik v čase, ve kterém byl předmět ověřen.

Typ výjimky Podmínka
InvalidOperationException Vlastnost AuthenticationInstant je nastavená IsReadOnly a vlastnost je true.

Poznámky

Čas je uložen v koordinovaném univerzálním čase (UTC).

Vlastnost AuthenticationInstant odpovídá atributu AuthenticationInstant elementu <AuthenticationStatement> , který je definován v Assertions and Protocol pro specifikaci OASIS Security Assertion Markup Language (SAML).

Platí pro