Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.IgnoreCABasicConstraints

TElX509CertificateValidator     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     IgnoreCANameConstraints    

Discuss this help topic in SecureBlackbox Forum