Saml2AuthenticationStatement.SessionNotOnOrAfter Właściwość

Definicja

Pobiera lub ustawia czas, w którym sesja między podmiotem zabezpieczeń identyfikowanym przez podmiot i urząd SAML, który wystawił tę instrukcję, musi zostać uznana za zakończono. [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

Nullable<DateTime>

Wartość null DateTime , która reprezentuje czas wygaśnięcia sesji w formacie UTC. nullWartość wskazuje, że atrybut nie jest określony.

Uwagi

Atrybut SessionNotOnOrAfter.

Dotyczy