Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
bool InputIsDigest;
[VB.NET]
Property InputIsDigest As Boolean
[Pascal]
property InputIsDigest : boolean;
[C++]
bool get_InputIsDigest();
void set_InputIsDigest(bool Value);
[PHP]
bool get_InputIsDigest()
void set_InputIsDigest(bool $Value)
Description
…
The default value is
False.
Discuss this help topic in SecureBlackbox Forum