Discuss this help topic in SecureBlackbox Forum

TElRemoteSigningParams.ECDSACurve

TElRemoteSigningParams     See also     


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


Specifies the index of ECDSA curve.

Declaration

[C#]
    int ECDSACurve;

[VB.NET]
    Property ECDSACurve As Integer

[Pascal]
    Property ECDSACurve : Integer;

[C++]
    int32_t get_ECDSACurve();
    void set_ECDSACurve(int32_t Value);

[PHP]
    integer get_ECDSACurve()
    void set_ECDSACurve(integer $Value)

[Java]
    int getECDSACurve();
    void setECDSACurve(int Value);

Possible values:

Description

    Use this property to specify the elliptic curve used in ECDSA signing.

See also:     ECDSACurveOID     ECDSAFieldBits    

Discuss this help topic in SecureBlackbox Forum