Discuss this help topic in SecureBlackbox Forum
Disables the FieldMDP transform digest value check.
Declaration
[C#/Java]
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)
Description
Set this property to True to disable FieldMDP digest value check.
The default value is False.
Discuss this help topic in SecureBlackbox Forum