Discuss this help topic in SecureBlackbox Forum
Specifies if root certificate revocation information should be checked
Declaration
[C#/Java]
bool ForceRevocationCheckForRoot;
[VB.NET]
Property ForceRevocationCheckForRoot As Boolean
[Pascal]
property ForceRevocationCheckForRoot : boolean;
[C++]
bool get_ForceRevocationCheckForRoot();
void set_ForceRevocationCheckForRoot(bool Value);
[PHP]
bool get_ForceRevocationCheckForRoot()
void set_ForceRevocationCheckForRoot(bool $Value)
Description
This property specifies if root certificate revocation check should be performed.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum