Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.DisableFieldMDPTransformDigestValue

TElPDFSignature     See also     


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


Disables the FieldMDP transform digest value generation.

Declaration

[C#]
    bool DisableFieldMDPTransformDigestValue;

[VB.NET]
    Property DisableFieldMDPTransformDigestValue As Boolean

[Pascal]
    property DisableFieldMDPTransformDigestValue : Boolean;

[C++]
    bool get_DisableFieldMDPTransformDigestValue();
    void set_DisableFieldMDPTransformDigestValue(bool Value);

[PHP]
    bool get_DisableFieldMDPTransformDigestValue()
    void set_DisableFieldMDPTransformDigestValue(bool $Value)

[Java]
    boolean getDisableFieldMDPTransformDigestValue();
    void setDisableFieldMDPTransformDigestValue(boolean Value);

Description

    Set this property to True to disable FieldMDP digest value generation. The default value is False.

See also:     DisableDocMDPTransformDigestValue    

Discuss this help topic in SecureBlackbox Forum