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