Discuss this help topic in SecureBlackbox Forum
Specifies whether the key supports signatures where the data can be recovered from the signature.
Declaration
[VB.NET]
Property SignRecover As Boolean
[Pascal]
property SignRecover: boolean;
[C++]
bool get_SignRecover();
void set_SignRecover(bool Value);
[PHP]
bool get_SignRecover()
void set_SignRecover(bool $Value)
[Java]
TSBBoolean getSignRecover();
void setSignRecover(TSBBoolean Value);
Description
Set this value to
True if the key supports signatures where the data can be recovered from the signature.
Discuss this help topic in SecureBlackbox Forum