Discuss this help topic in SecureBlackbox Forum
Specifies MAC-algorithm that will be used for signature creation.
Declaration
[C#/Java]
int MacAlgorithm;
[VB.NET]
Property MacAlgorithm As Integer
[Pascal]
property MacAlgorithm : integer;
[C++]
int32_t get_MacAlgorithm();
void set_MacAlgorithm(int32_t Value);
[PHP]
integer get_MacAlgorithm()
void set_MacAlgorithm(integer $Value)
Values:
Description
This property makes sense only when
SignatureType
property value is
mstMAC.
Discuss this help topic in SecureBlackbox Forum