Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property Algorithm As String
[Pascal]
under development
[C++]
void get_Algorithm(sb_u16string &OutResult);
void get_Algorithm(std::wstring &OutResult);
void set_Algorithm(const sb_u16string &Value);
void set_Algorithm(const std::wstring &Value);
[PHP]
string get_Algorithm()
void set_Algorithm(string $Value)
[Java]
String getAlgorithm();
void setAlgorithm(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum