Discuss this help topic in SecureBlackbox Forum
Specifies the algorithm used to generate a start key from the user password.
Declaration
[Pascal]
property StartKeyGenerationAlgorithm : Integer;
[C++]
int32_t get_StartKeyGenerationAlgorithm();
void set_StartKeyGenerationAlgorithm(int32_t Value);
[PHP]
integer get_StartKeyGenerationAlgorithm()
void set_StartKeyGenerationAlgorithm(integer $Value)
Values:
Description
This property specifies the algorithm used to generate a start key from the user password.
Discuss this help topic in SecureBlackbox Forum