Discuss this help topic in SecureBlackbox Forum
Specifies the bit size of the underlying field.
Declaration
[VB.NET]
Property ECDSAFieldBits As Integer
[Pascal]
Property ECDSAFieldBits : Integer;
[C++]
int32_t get_ECDSAFieldBits();
void set_ECDSAFieldBits(int32_t Value);
[PHP]
integer get_ECDSAFieldBits()
void set_ECDSAFieldBits(integer $Value)
[Java]
int getECDSAFieldBits();
void setECDSAFieldBits(int Value);
Description
Use this property to specify bit size of underlying field used for ECDSA signing.
Discuss this help topic in SecureBlackbox Forum