Discuss this help topic in SecureBlackbox Forum
Algorithm that is used for session key encryption if password encryption is used.
Declaration
[C#]
int PassphraseAlgorithm;
[VB.NET]
Property PassphraseAlgorithm As Integer
[Pascal]
property PassphraseAlgorithm: integer;
[C++]
int32_t get_PassphraseAlgorithm();
void set_PassphraseAlgorithm(int32_t Value);
[PHP]
integer get_PassphraseAlgorithm()
void set_PassphraseAlgorithm(integer $Value)
[Java]
int getPassphraseAlgorithm();
void setPassphraseAlgorithm(int Value);
Description
Use this property to specify encryption algorithm to be used with password-based encryption.
Discuss this help topic in SecureBlackbox Forum