Discuss this help topic in SecureBlackbox Forum

TElPDFAdvancedPublicKeySecurityHandler.DeepValidation

TElPDFAdvancedPublicKeySecurityHandler     See also     


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


Specifies whether a complete validation should be performed.

Declaration

[C#]
    bool DeepValidation;

[VB.NET]
    Property DeepValidation As Boolean

[Pascal]
    property DeepValidation : boolean;

[C++]
    bool get_DeepValidation();
    void set_DeepValidation(bool Value);

[PHP]
    bool get_DeepValidation()
    void set_DeepValidation(bool $Value)

[Java]
    boolean getDeepValidation();
    void setDeepValidation(boolean Value);

Description

    If this property is switched on, a "deep" signature validation is performed, i.e., all certificate chains are validated, and all revocation checks are made. The default value is True.

See also:     IgnoreChainValidationErrors    

Discuss this help topic in SecureBlackbox Forum