Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[VB.NET]
Property Algorithm As Integer
[Pascal]
property Algorithm : integer;
[C++]
int32_t get_Algorithm();
void set_Algorithm(int32_t Value);
[PHP]
integer get_Algorithm()
void set_Algorithm(integer $Value)
[Java]
int getAlgorithm();
void setAlgorithm(int Value);
Description
…
Discuss this help topic in SecureBlackbox Forum