Discuss this help topic in SecureBlackbox Forum

TElSSLClient.ECCurves

TElSSLClient     See also     


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


...

Declaration

[C#]
    bool ECCurves[int Index];

[VB.NET]
    Property ECCurves(ByVal Index As Integer) As Boolean

[Pascal]
    property ECCurves[Index: integer]: boolean;

[C++]
    bool get_ECCurves(int32_t Index);
    void set_ECCurves(int32_t Index, bool Enabled);

[PHP]
    bool get_ECCurves(integer $Index)
    void set_ECCurves(integer $Index, bool $Enabled)

[Java]
    void setECCurves(int Index, boolean Enabled);

Parameters

  • Index - ...
  • Enabled - ...

Description

    This topic is under development...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum