SamlConditions.NotBefore Property

Definition

Gets the earliest instant in time when the SAML assertion is valid.

public:
 property DateTime NotBefore { DateTime get(); void set(DateTime value); };
public DateTime NotBefore { get; set; }
member this.NotBefore : DateTime with get, set
Public Property NotBefore As DateTime

Property Value

A DateTime that specifies the earliest instant in time when the SAML assertion is valid.

Remarks

The NotBefore property corresponds to the NotBefore attribute of the <saml:Conditions> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to