Saml2Conditions.NotOnOrAfter Property

Definition

Gets or sets the time instant at which the assertion has expired. [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)

Property Value

A nullable DateTime that contains the time instant in UTC. A null value indicates that the attribute is not present.

Exceptions

The NotBefore property is not null and an attempt to set a value that occurs before the time instant specified by the NotBefore property occurs.

Remarks

The NotOnOrAfter attribute.

Applies to