RecipientKeyCurve Property
Specifies the curve being used.
Syntax
int GetRecipientKeyCurve();
int SetRecipientKeyCurve(int iRecipientKeyCurve);
Possible Values
SECP_256R_1(0), SECP_384R_1(1), SECP_521R_1(2)
Default Value
0
Remarks
Specifies the curve being used. Possible values are:
- 0 (secp256r1 - default)
- 1 (secp384r1)
- 2 (secp521r1)
Data Type
Integer