Discuss this help topic in SecureBlackbox Forum
Specifies whether the key supports encryption.
Declaration
[VB.NET]
Property Encrypt As Boolean
[Pascal]
property Encrypt: boolean;
[C++]
bool get_Encrypt();
void set_Encrypt(bool Value);
[PHP]
bool get_Encrypt()
void set_Encrypt(bool $Value)
[Java]
TSBBoolean getEncrypt();
void setEncrypt(TSBBoolean Value);
Description
Set this value to
True if the key supports encryption.
Discuss this help topic in SecureBlackbox Forum