Discuss this help topic in SecureBlackbox Forum
Specifies size of data authentication hash.
Declaration
[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)
[Java]
int getAuthHashSize();
void setAuthHashSize(int Value);
Values:
Description
Use this property to specify data authentication hash size.
Discuss this help topic in SecureBlackbox Forum