Discuss this help topic in SecureBlackbox Forum
Indicates the time when the CRL was issued.
Declaration
[VB.NET]
Property IssueTime As String
[Pascal]
property IssueTime: WideString;
[C++]
void get_IssueTime(sb_u16string &OutResult);
void get_IssueTime(std::wstring &OutResult);
void set_IssueTime(const sb_u16string &Value);
void set_IssueTime(const std::wstring &Value);
[PHP]
string get_IssueTime()
void set_IssueTime(string $Value)
[Java]
String getIssueTime();
void setIssueTime(String Value);
Description
Use this property to get or set the time when the CRL was issued.
Discuss this help topic in SecureBlackbox Forum