Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.EndSign

TElPublicKeyCrypto     See also     


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


This topic is under development…

Declaration

[C#]
    bool EndSign(ref byte[] OutBuffer, int OutIndex, ref int OutSize);
    void EndSign();

[VB.NET]
    Function EndSign(ByRef OutBuffer As Byte(), ByVal OutIndex As Integer, ByRef OutSize As Integer) As Boolean
    Sub EndSign()

[Pascal]
    function EndSign(OutBuffer : pointer; var OutSize : integer) : boolean;
    procedure EndSign;

[C++]
    bool EndSign(void * OutBuffer, int32_t &OutSize);
    void EndSign();

[PHP]
    bool EndSign(TSBPointer|array of byte|string|NULL $OutBuffer, integer &$OutSize)
    void EndSign()

[Java]
    TElPublicKeyAsyncResult endSign(byte[] OutBuffer, int OutIndex, int OutSize);
    void endSign();

Parameters

  • OutBuffer -
  • OutIndex -
  • OutSize -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum