Discuss this help topic in SecureBlackbox Forum
Contains signature's revocability status.
Declaration
[VB.NET]
Property Revocable As Boolean
[Pascal]
property Revocable : boolean;
[C++]
bool get_Revocable();
void set_Revocable(bool Value);
[PHP]
bool get_Revocable()
void set_Revocable(bool $Value)
[Java]
boolean getRevocable();
void setRevocable(boolean Value);
Description
Use this property to specify signature's revocability status.
Discuss this help topic in SecureBlackbox Forum