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