Discuss this help topic in SecureBlackbox Forum
Specifies whether 3DES encryption is used.
Declaration
[VB.NET]
Property Use3DES As Boolean
[Pascal]
property Use3DES : boolean;
[C++]
bool get_Use3DES();
void set_Use3DES(bool Value);
[PHP]
bool get_Use3DES()
void set_Use3DES(bool $Value)
[Java]
boolean getUse3DES();
void setUse3DES(boolean Value);
Description
Use this property to specify if 3DES (TripleDES) encryption algorithm should be used for generation of the symmetric key.
Discuss this help topic in SecureBlackbox Forum