Discuss this help topic in SecureBlackbox Forum

TElX509CertificateValidator.IgnoreCANameConstraints

TElX509CertificateValidator     See also     


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


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.

See also:     IgnoreCABasicConstraints    

Discuss this help topic in SecureBlackbox Forum