Discuss this help topic in SecureBlackbox Forum
Specifies the algorithm identifier for data encryption.
Declaration
[C#/Java]
string Algorithm;
[VB.NET]
Property Algorithm As String
[Pascal]
property Algorithm : WideString;
[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)
Description
Algorithm property contains the identifier of the algorithm, used for data encryption.
Discuss this help topic in SecureBlackbox Forum