Saml2Conditions.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 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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.