Udostępnij za pośrednictwem


Saml2AuthenticationStatement.SessionNotOnOrAfter Właściwość

Definicja

Pobiera lub ustawia moment, w którym sesja między podmiotem określonym przez podmiot a urzędem SAML wystawiającym to stwierdzenie musi zostać uznana za zakończoną. [Saml2Core, 2.7.2]

public:
 property Nullable<DateTime> SessionNotOnOrAfter { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? SessionNotOnOrAfter { get; set; }
member this.SessionNotOnOrAfter : Nullable<DateTime> with get, set
Public Property SessionNotOnOrAfter As Nullable(Of DateTime)

Wartość właściwości

Wartość null DateTime reprezentująca czas wygaśnięcia sesji w formacie UTC. Wartość null wskazuje, że atrybut nie jest określony.

Uwagi

Atrybut SessionNotOnOrAfter.

Dotyczy