Discuss this help topic in SecureBlackbox Forum
Specifies whether the key itself (its public part) must be included to the signature.
Declaration
[VB.NET]
Property IncludeKey As Boolean
[Pascal]
property IncludeKey : boolean;
[C++]
bool get_IncludeKey();
void set_IncludeKey(bool Value);
[PHP]
bool get_IncludeKey()
void set_IncludeKey(bool $Value)
[Java]
boolean getIncludeKey();
void setIncludeKey(boolean Value);
Description
Set this property to
True if the key itself (its public part) should be included to the signature.
Discuss this help topic in SecureBlackbox Forum