Discuss this help topic in SecureBlackbox Forum
This property contains the date of the certificate revocation.
Declaration
[C#/Java]
TDateTime RevocationDate;
[VB.NET]
Property RevocationDate As TDateTime
[Pascal]
property RevocationDate : TDateTime;
[C++]
int64_t get_RevocationDate();
void set_RevocationDate(int64_t Value);
[PHP]
DateTime get_RevocationDate()
void set_RevocationDate(DateTime $Value)
Description
Use this property to get/set the date on which the revocation occurred.
Discuss this help topic in SecureBlackbox Forum