Discuss this help topic in SecureBlackbox Forum
Disables the DocMDP transform digest value check.
Declaration
[C#/Java]
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)
Description
Set this property to True to disable DocMDP digest value check.
Use of this property makes sense only for MDP (certification) signatures.
The default value is False.
Discuss this help topic in SecureBlackbox Forum