Discuss this help topic in SecureBlackbox Forum

TElSSLServer.ECPoints

TElSSLServer     See also     


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


Specifies which EC point formats are enabled and which are disabled.

Declaration

[C#]
    bool ECPoints[int Index];

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

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

[C++]
    bool get_ECPoints(int32_t Index);
    void set_ECPoints(int32_t Index, bool Enabled);

[PHP]
    bool get_ECPoints(integer $Index)
    void set_ECPoints(integer $Index, bool $Enabled)

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

Parameters

  • Index - the index of one of the formats listed below.
  • Enabled - set this parameter to true to enable the specific format, and to false to disable it.

Possible values:

Description

Use this property to enable or disable different EC point formats.

See also:     ECCurves    

Discuss this help topic in SecureBlackbox Forum