Discuss this help topic in SecureBlackbox Forum
Contains signature's revocability status.
Declaration
[C#/Java]
bool Revocable;
[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)
Description
Use this property to specify signature's revocability status.
Discuss this help topic in SecureBlackbox Forum