Discuss this help topic in SecureBlackbox Forum
Specifies whether the message is signed.
Declaration
[VB.NET]
Property IsSigned As Boolean
[Pascal]
property IsSigned : Boolean;
[C++]
bool get_IsSigned();
[PHP]
bool get_IsSigned()
[Java]
boolean getIsSigned();
Description
Use this property to check whether the message is signed.
Discuss this help topic in SecureBlackbox Forum