Discuss this help topic in SecureBlackbox Forum
String containing the hash of the canonicalized body part.
Declaration
[C#]
string VerifierBodyHashLimit;
[VB.NET]
Property VerifierBodyHashLimit As String
[Pascal]
property VerifierBodyHashLimit : string;
[C++]
void get_VerifierBodyHashLimit(std::string &OutResult);
void set_VerifierBodyHashLimit(const std::string &Value);
[PHP]
string get_VerifierBodyHashLimit()
void set_VerifierBodyHashLimit(string $Value)
[Java]
String getVerifierBodyHashLimit();
void setVerifierBodyHashLimit(String Value);
Description
Use this property to get or set the 'bh=' tag value.
It specifies the hash of the canonicalized body part of the message as limited by the
BodyHashLimit value.
Discuss this help topic in SecureBlackbox Forum