Edit

Share via


Saml2Conditions.NotBefore Property

Definition

Gets or sets the earliest time instant at which the assertion is valid. [Saml2Core, 2.5.1]

public:
 property Nullable<DateTime> NotBefore { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? NotBefore { get; set; }
member this.NotBefore : Nullable<DateTime> with get, set
Public Property NotBefore 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 NotOnOrAfter property is not null and an attempt to set a value that occurs on or after the time instant specified by the NotOnOrAfter property occurs.

Remarks

The NotBefore attribute.

Applies to