Discuss this help topic in SecureBlackbox Forum
Specifies length of the key used for data authentication.
Declaration
[C#/Java]
int AuthKeyLen;
[VB.NET]
Property AuthKeyLen As Integer
[Pascal]
property AuthKeyLen : integer;
[C++]
int32_t get_AuthKeyLen();
void set_AuthKeyLen(int32_t Value);
[PHP]
integer get_AuthKeyLen()
void set_AuthKeyLen(integer $Value)
Values:
Description
Use this property to specify length of the data authentication key in bits.
Discuss this help topic in SecureBlackbox Forum