Discuss this help topic in SecureBlackbox Forum
The time instant at which the authentication can no longer be confirmed.
Declaration
[C#]
DateTime SessionNotOnOrAfter;
[VB.NET]
Property SessionNotOnOrAfter As DateTime
[Pascal]
property SessionNotOnOrAfter : TElDateTime;
[C++]
int64_t get_SessionNotOnOrAfter();
void set_SessionNotOnOrAfter(int64_t Value);
[PHP]
DateTime get_SessionNotOnOrAfter()
void set_SessionNotOnOrAfter(DateTime $Value)
[Java]
Date getSessionNotOnOrAfter();
void setSessionNotOnOrAfter(Date Value);
Description
This property specifies the time instant at which (or after which) the statement's subject can no longer be confirmed.
Discuss this help topic in SecureBlackbox Forum