Discuss this help topic in SecureBlackbox Forum
This property specifies the algorithm of the stored key.
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);
Values
Description
This property specifies the algorithm, which may be used with key.
Discuss this help topic in SecureBlackbox Forum