Discuss this help topic in SecureBlackbox Forum
String containing the message body length.
Declaration
[C#]
string BodyHashLimit;
[VB.NET]
Property BodyHashLimit As String
[Pascal]
property BodyHashLimit : string;
[C++]
void get_BodyHashLimit(std::string &OutResult);
void set_BodyHashLimit(const std::string &Value);
[PHP]
string get_BodyHashLimit()
void set_BodyHashLimit(string $Value)
Parameters
Description
Use this property to get or set the 'l=' tag value.
It is a string with the number of octets in the canonicalized message body included into the cryptographic hash.
Discuss this help topic in SecureBlackbox Forum