Discuss this help topic in SecureBlackbox Forum

TElDomainKeysVerifier.ProcessBodyLine

TElDomainKeysVerifier     See also     


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


Calculates digest of the message body line.

Declaration

[C#]
    int ProcessBodyLine(string S, int SignatureIndex);

[VB.NET]
    Function ProcessBodyLine(ByVal S As String, ByVal SignatureIndex As Integer) As Integer

[Pascal]
    function ProcessBodyLine(S: string): Integer;

[C++]
    int32_t ProcessBodyLine(const std::string &S, int32_t SignatureIndex);

[PHP]
    integer ProcessBodyLine(string $S, integer $SignatureIndex)

[Java]
    int processBodyLine(String S, int SignatureIndex);

Parameters

  • S - line from massage body
  • SignatureIndex - ...

Return value

    Error code.

Values of error codes:

Description

    Use this method to calculate the digest of message body line.

See also:     ProcessHeader     ProcessMessage    

Discuss this help topic in SecureBlackbox Forum