Discuss this help topic in SecureBlackbox Forum

TElClientKeyShareSSLExtension.AddShare

TElClientKeyShareSSLExtension     See also     


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


Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function AddShare : integer; overload;
    function AddShare(NamedGroup : integer; const Share : ByteArray) : integer; overload;

[C++]
    int32_t AddShare();
    int32_t AddShare(int32_t NamedGroup, const std::vector<uint8_t> &Share);

[PHP]
    integer AddShare()
    integer AddShare(integer $NamedGroup, array of byte|string|NULL $Share)

[Java]
    not available

Parameters

  • NamedGroup -
  • Share -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum