Discuss this help topic in SecureBlackbox Forum
Specifies whether the key supports verification where the data is recovered from the signature.
Declaration
[VB.NET]
Property VerifyRecover As Boolean
[Pascal]
property VerifyRecover: boolean;
[C++]
bool get_VerifyRecover();
void set_VerifyRecover(bool Value);
[PHP]
bool get_VerifyRecover()
void set_VerifyRecover(bool $Value)
[Java]
TSBBoolean getVerifyRecover();
void setVerifyRecover(TSBBoolean Value);
Description
Set this value to
True if the key supports verification in a case when the data is recovered from the signature.
Discuss this help topic in SecureBlackbox Forum