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