Discuss this help topic in SecureBlackbox Forum
Identifies the cryptographic algorithm used to create the signature.
Declaration
[C#/Java]
byte Algorithm;
[VB.NET]
Property Algorithm As Byte
[Pascal]
property Algorithm : Byte;
[C++]
uint8_t get_Algorithm();
void set_Algorithm(uint8_t Value);
[PHP]
integer get_Algorithm()
void set_Algorithm(integer $Value)
Possible values:
Description
Use this property to specify signature algorithm.
Discuss this help topic in SecureBlackbox Forum