Discuss this help topic in SecureBlackbox Forum
Specifies the expiration time of the assertion.
Declaration
[C#]
DateTime NotOnOrAfter;
[VB.NET]
Property NotOnOrAfter As DateTime
[Pascal]
property NotOnOrAfter : TElDateTime;
[C++]
int64_t get_NotOnOrAfter();
void set_NotOnOrAfter(int64_t Value);
[PHP]
DateTime get_NotOnOrAfter()
void set_NotOnOrAfter(DateTime $Value)
[Java]
Date getNotOnOrAfter();
void setNotOnOrAfter(Date Value);
Description
Use this property to specify the time instant, in UTC, at which the assertion has expired.
Discuss this help topic in SecureBlackbox Forum