Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.NamedECCurve

TElSSLConnectionInfo     See also     


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


Specifies the elliptic curve.

Declaration

[C#]
    int NamedECCurve;

[VB.NET]
    Property NamedECCurve As Integer

[Pascal]
    property NamedECCurve : integer;

[C++]
    int32_t get_NamedECCurve();

[PHP]
    integer get_NamedECCurve()

[Java]
    int getNamedECCurve();

Possible curves:

Description

This property specifies the elliptic curve used in this session.

See also:     NamedECCurveName    

Discuss this help topic in SecureBlackbox Forum