Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.IgnoreChainValidationErrors

TElXAdESProcessor     


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


Specifies whether to ignore chain validation errors.

Declaration

[C#]
    bool IgnoreChainValidationErrors;

[VB.NET]
    Property IgnoreChainValidationErrors As Boolean

[Pascal]
    property IgnoreChainValidationErrors : boolean;

[C++]
    bool get_IgnoreChainValidationErrors();
    void set_IgnoreChainValidationErrors(bool Value);

[PHP]
    bool get_IgnoreChainValidationErrors()
    void set_IgnoreChainValidationErrors(bool $Value)

[Java]
    boolean getIgnoreChainValidationErrors();
    void setIgnoreChainValidationErrors(boolean Value);

Description

    This property specifies whether to ignore the errors during certificate chain validation. The default value is False.

Discuss this help topic in SecureBlackbox Forum