SamlConditions.NotBefore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.