Sdílet prostřednictvím


SamlAuthenticationStatement.AuthenticationInstant Vlastnost

Definice

Získá nebo nastaví okamžik, kdy 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

Hodnota DateTime , která určuje okamžik, kdy byl předmět ověřen.

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

Poznámky

Čas je uložen ve standardu UTC (Coordinated Universal Time).

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

Platí pro