Discuss this help topic in SecureBlackbox Forum
Algorithm that is used for session key encryption if password encryption is used.
Declaration
[C#/Java]
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)
Description
Use this property to specify encryption algorithm to be used with password-based encryption.
Discuss this help topic in SecureBlackbox Forum