Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.DisableDocMDPTransformDigestValue

TElPDFSignature     See also     


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


Disables the DocMDP transform digest value generation.

Declaration

[C#]
    bool DisableDocMDPTransformDigestValue;

[VB.NET]
    Property DisableDocMDPTransformDigestValue As Boolean

[Pascal]
    property DisableDocMDPTransformDigestValue : Boolean;

[C++]
    bool get_DisableDocMDPTransformDigestValue();
    void set_DisableDocMDPTransformDigestValue(bool Value);

[PHP]
    bool get_DisableDocMDPTransformDigestValue()
    void set_DisableDocMDPTransformDigestValue(bool $Value)

[Java]
    boolean getDisableDocMDPTransformDigestValue();
    void setDisableDocMDPTransformDigestValue(boolean Value);

Description

    Set this property to True to disable DocMDP digest value generation. Use of this property makes sense only for MDP (certification) signatures. The default value is False.

See also:     DisableFieldMDPTransformDigestValue    

Discuss this help topic in SecureBlackbox Forum