Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum