Discuss this help topic in SecureBlackbox Forum

TElRemoteSigningParams.ECDSACurveOID

TElRemoteSigningParams     See also     


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


The identifier of the ECDSA curve.

Declaration

[C#]
    byte[] ECDSACurveOID;

[VB.NET]
    Property ECDSACurveOID As Byte()

[Pascal]
    Property ECDSACurveOID : ByteArray;

[C++]
    void get_ECDSACurveOID(std::vector<uint8_t> &OutResult);
    void set_ECDSACurveOID(const std::vector<uint8_t> &Value);

[PHP]
    string get_ECDSACurveOID()
    void set_ECDSACurveOID(array of byte|string|NULL $Value)

[Java]
    byte[] getECDSACurveOID();
    void setECDSACurveOID(byte[] Value);

Possible values:

Description

    Use this property to get the OID of the elliptic curve used by ECDSA signing.

See also:     ECDSACurve     ECDSAFieldBits    

Discuss this help topic in SecureBlackbox Forum