Saml2Conditions.NotOnOrAfter Proprietà

Definizione

Ottiene o imposta l'istante temporale in cui è scaduta l'asserzione. [Saml2Core, 2.5.1]

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

Valore della proprietà

Un valore DateTime nullable che contiene l'istante temporale in UTC. Valore null che indica che l'attributo non è presente.

Eccezioni

La proprietà NotBefore non è null ed è stato effettuato un tentativo di impostare un valore prima dell'istante temporale specificato dalla proprietà NotBefore.

Commenti

Attributo NotOnOrAfter.

Si applica a