Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoKey.ExportPublic

TElCustomCryptoKey     See also     


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


This topic is under development

Declaration

[C#]
    void ExportPublic(ref byte[] Buffer, int StartIndex, ref int Size, TElCPParameters Params);

[VB.NET]
    Sub ExportPublic(ByRef Buffer As Byte(), ByVal StartIndex As Integer, ByRef Size As Integer, ByVal Params As TElCPParameters)

[Pascal]
    procedure ExportPublic(Buffer : pointer; var Size : integer; Params : TElRelativeDistinguishedName = nil); virtual; abstract;

[C++]
    void ExportPublic(void * Buffer, int32_t &Size, TElRelativeDistinguishedName &Params);
    void ExportPublic(void * Buffer, int32_t &Size, TElRelativeDistinguishedName *Params);

[PHP]
    void ExportPublic(TSBPointer|array of byte|string|NULL $Buffer, integer &$Size, TElRelativeDistinguishedName $Params)

[Java]
    void exportPublic(byte[][] arg0, int arg1, int[] arg2, TElCPParameters arg3);

Parameters

  • Buffer -
  • StartIndex -
  • Size -
  • Params -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum