Discuss this help topic in SecureBlackbox Forum
Specifies whether the key supports decryption.
Declaration
[VB.NET]
Property Decrypt As Boolean
[Pascal]
property Decrypt: boolean;
[C++]
bool get_Decrypt();
void set_Decrypt(bool Value);
[PHP]
bool get_Decrypt()
void set_Decrypt(bool $Value)
[Java]
TSBBoolean getDecrypt();
void setDecrypt(TSBBoolean Value);
Description
Set this value to
True if the key supports decryption.
Discuss this help topic in SecureBlackbox Forum