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