Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.NamedECCurveName

TElSSLConnectionInfo     See also     


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


Returns the name of the elliptic curve.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property NamedECCurveName : string;

[C++]
    void get_NamedECCurveName(std::string &OutResult);

[PHP]
    string get_NamedECCurveName()

[Java]
    not available

Description

This property returns the name of the elliptic curve used in this session.

See also:     NamedECCurve    

Discuss this help topic in SecureBlackbox Forum