Discuss this help topic in SecureBlackbox Forum
This property defines if the certificate was removed from CRL.
Declaration
[VB.NET]
Property RemoveFromCRL As Boolean
[Pascal]
property RemoveFromCRL : boolean;
[C++]
bool get_RemoveFromCRL();
void set_RemoveFromCRL(bool Value);
[PHP]
bool get_RemoveFromCRL()
void set_RemoveFromCRL(bool $Value)
[Java]
boolean getRemoveFromCRL();
void setRemoveFromCRL(boolean Value);
Description
Use this property to determine if certificate was removed from CRL.
Discuss this help topic in SecureBlackbox Forum