Discuss this help topic in SecureBlackbox Forum
Specifies if the key may be used to encrypt communications.
Declaration
[C#/Java]
bool EncryptData;
[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)
Description
If
True this key may be used to encrypt communications.
Discuss this help topic in SecureBlackbox Forum