Discuss this help topic in SecureBlackbox Forum
This property defines if the certificate was removed from CRL.
Declaration
[C#/Java]
bool RemoveFromCRL;
[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)
Description
Use this property to determine if certificate was removed from CRL.
Discuss this help topic in SecureBlackbox Forum