Discuss this help topic in SecureBlackbox Forum
Specifies the time when the assertion was issued.
Declaration
[C#]
DateTime IssueInstant;
[VB.NET]
Property IssueInstant As DateTime
[Pascal]
property IssueInstant : TElDateTime;
[C++]
int64_t get_IssueInstant();
void set_IssueInstant(int64_t Value);
[PHP]
DateTime get_IssueInstant()
void set_IssueInstant(DateTime $Value)
[Java]
Date getIssueInstant();
void setIssueInstant(Date Value);
Description
This property specifies the time instant of issue in UTC.
Discuss this help topic in SecureBlackbox Forum