Discuss this help topic in SecureBlackbox Forum
Specifies encryption algorithm to be used.
Declaration
[C#]
int EncryptionAlgorithm;
[VB.NET]
Property EncryptionAlgorithm As Integer
[Pascal]
property EncryptionAlgorithm : integer;
[C++]
int32_t get_EncryptionAlgorithm();
[PHP]
integer get_EncryptionAlgorithm()
[Java]
int getEncryptionAlgorithm();
Possible values:
Description
Use this property to specify the encryption algorithm.
Discuss this help topic in SecureBlackbox Forum