Discuss this help topic in SecureBlackbox Forum
This property contains date and time of this CRL version.
Declaration
[C#]
DateTime ThisUpdate;
[VB.NET]
Property ThisUpdate As DateTime
[Pascal]
property ThisUpdate : TDateTime;
[C++]
int64_t get_ThisUpdate();
void set_ThisUpdate(int64_t Value);
[PHP]
DateTime get_ThisUpdate()
void set_ThisUpdate(DateTime $Value)
[Java]
Date getThisUpdate();
void setThisUpdate(Date Value);
Description
Use this property to get/set date and time of this CRL version.
Discuss this help topic in SecureBlackbox Forum