Discuss this help topic in SecureBlackbox Forum
Contains data encryption algorithm.
Declaration
[C#]
int DataEncryptionAlgorithm;
[VB.NET]
Property DataEncryptionAlgorithm As Integer
[Pascal]
property DataEncryptionAlgorithm : integer;
[C++]
int32_t get_DataEncryptionAlgorithm();
void set_DataEncryptionAlgorithm(int32_t Value);
[PHP]
integer get_DataEncryptionAlgorithm()
void set_DataEncryptionAlgorithm(integer $Value)
[Java]
int getDataEncryptionAlgorithm();
void setDataEncryptionAlgorithm(int Value);
Values:
Description
This property specifies algorithm used to encrypt data.
Discuss this help topic in SecureBlackbox Forum