Discuss this help topic in SecureBlackbox Forum
Specifies size of data authentication hash.
Declaration
[C#/Java]
int AuthHashSize;
[VB.NET]
Property AuthHashSize As Integer
[Pascal]
property AuthHashSize : integer;
[C++]
int32_t get_AuthHashSize();
void set_AuthHashSize(int32_t Value);
[PHP]
integer get_AuthHashSize()
void set_AuthHashSize(integer $Value)
Values:
Description
Use this property to specify data authentication hash size.
Discuss this help topic in SecureBlackbox Forum