SamlAuthenticationStatement.AuthenticationInstant Eigenschap

Definitie

Hiermee wordt het moment waarop het onderwerp is geverifieerd, opgehaald of ingesteld.

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

Waarde van eigenschap

Een DateTime die het tijdstip aangeeft waarop het onderwerp is geverifieerd.

Uitzonderingstype Conditie
InvalidOperationException De AuthenticationInstant eigenschap is ingesteld en de IsReadOnly eigenschap is true.

Opmerkingen

De tijd wordt opgeslagen in Coordinated Universal Time (UTC).

De AuthenticationInstant eigenschap komt overeen met het AuthenticationInstant kenmerk van het <AuthenticationStatement> element dat is gedefinieerd in de Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)-specificatie.

Van toepassing op