Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.InternalVerify

TElMessageVerifier     See also     


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


This topic is under development…

Declaration

[C#]
    int InternalVerify(System.IO.Stream Source, System.IO.Stream Signature, System.IO.Stream Output, long SourceCount, long SigCount);

[VB.NET]
    Function InternalVerify(ByVal Source As System.IO.Stream, ByVal Signature As System.IO.Stream, ByVal Output As System.IO.Stream, ByVal SourceCount As Long, ByVal SigCount As Long) As Integer

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    int internalVerify(TElStream Source, TElStream Signature, TElStream Output, long SourceCount, long SigCount);

Parameters

  • Source -
  • Signature -
  • Output -
  • SourceCount -
  • SigCount -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum