Discuss this help topic in SecureBlackbox Forum
Specifies if the key may be used to encrypt communications.
Declaration
[VB.NET]
Property EncryptData As Boolean
[Pascal]
property EncryptData : boolean;
[C++]
bool get_EncryptData();
void set_EncryptData(bool Value);
[PHP]
bool get_EncryptData()
void set_EncryptData(bool $Value)
[Java]
boolean getEncryptData();
void setEncryptData(boolean Value);
Description
If
True this key may be used to encrypt communications.
Discuss this help topic in SecureBlackbox Forum