Discuss this help topic in SecureBlackbox Forum
Indicates whether this response is signed or not.
Declaration
[VB.NET]
Property Signed As Boolean
[Pascal]
property Signed : boolean;
[C++]
bool get_Signed();
void set_Signed(bool Value);
[PHP]
bool get_Signed()
void set_Signed(bool $Value)
[Java]
boolean getSigned();
void setSigned(boolean Value);
Description
Use this property to check whether this response is signed or not.
Discuss this help topic in SecureBlackbox Forum