Discuss this help topic in SecureBlackbox Forum
Specifies if the key can be used to sign data.
Declaration
[VB.NET]
Property SignData As Boolean
[Pascal]
property SignData : boolean;
[C++]
bool get_SignData();
void set_SignData(bool Value);
[PHP]
bool get_SignData()
void set_SignData(bool $Value)
[Java]
boolean getSignData();
void setSignData(boolean Value);
Description
If
True this key may be used to sign data.
Discuss this help topic in SecureBlackbox Forum