Discuss this help topic in SecureBlackbox Forum
Specifies if input data should be treated as a hash value.
Declaration
[VB.NET]
Property InputIsHash As Boolean
[Pascal]
property InputIsHash : boolean;
[C++]
bool get_InputIsHash();
void set_InputIsHash(bool Value);
[PHP]
bool get_InputIsHash()
void set_InputIsHash(bool $Value)
[Java]
boolean getInputIsHash();
void setInputIsHash(boolean Value);
Description
Specifies if input data should be treated as a message digest
(i.e., it will not be passed to hash function inside a Sign method).
Discuss this help topic in SecureBlackbox Forum