Discuss this help topic in SecureBlackbox Forum
Specifies the algorithm used to generate a start key from the user password.
Declaration
[C#]
string StartKeyGenerationName;
[VB.NET]
Property StartKeyGenerationName As String
[Pascal]
property StartKeyGenerationName : WideString;
[C++]
void get_StartKeyGenerationName(sb_u16string &OutResult);
void get_StartKeyGenerationName(std::wstring &OutResult);
void set_StartKeyGenerationName(const sb_u16string &Value);
void set_StartKeyGenerationName(const std::wstring &Value);
[PHP]
string get_StartKeyGenerationName()
void set_StartKeyGenerationName(string $Value)
[Java]
String getStartKeyGenerationName();
void setStartKeyGenerationName(String Value);
Description
Use this property to specify the algorithm used to generate a start keyfrom the user-specified password, e.g., "SHA1".
Discuss this help topic in SecureBlackbox Forum