Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.BodyHashLimit

TElDomainKeysSigner     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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)

[Java]
    String getBodyHashLimit();
    void setBodyHashLimit(String Data);

Parameters

  • Data -

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.

See also:     DigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum