Discuss this help topic in SecureBlackbox Forum
Specifies whether to ignore Basic Constraints for the CA certificates.
Declaration
[C#]
bool IgnoreCABasicConstraints;
[VB.NET]
Property IgnoreCABasicConstraints As Boolean
[Pascal]
property IgnoreCABasicConstraints : boolean;
[C++]
bool get_IgnoreCABasicConstraints();
void set_IgnoreCABasicConstraints(bool Value);
[PHP]
bool get_IgnoreCABasicConstraints()
void set_IgnoreCABasicConstraints(bool $Value)
[Java]
boolean getIgnoreCABasicConstraints();
void setIgnoreCABasicConstraints(boolean Value);
Description
Set this property to True to force the component to ignore the Basic Constraints extension for the CA certificates.
The default value is False.
Discuss this help topic in SecureBlackbox Forum