Discuss this help topic in SecureBlackbox Forum
Indicates the time when the CRL was issued in UTC.
Declaration
[C#/Java]
DateTime IssueTimeUTC;
[VB.NET]
Property IssueTimeUTC As DateTime
[Pascal]
property IssueTimeUTC: TDateTime;
[C++]
int64_t get_IssueTimeUTC();
void set_IssueTimeUTC(int64_t Value);
[PHP]
DateTime get_IssueTimeUTC()
void set_IssueTimeUTC(DateTime $Value)
Description
Use this property to get or set the time when the CRL was issued in UTC.
Discuss this help topic in SecureBlackbox Forum