Discuss this help topic in SecureBlackbox Forum
Specifies the size of the Associated Data.
Declaration
[C#]
int AssociatedDataSize;
[VB.NET]
Property AssociatedDataSize As Integer
[Pascal]
property AssociatedDataSize : integer;
[C++]
int32_t get_AssociatedDataSize();
void set_AssociatedDataSize(int32_t Value);
[PHP]
integer get_AssociatedDataSize()
void set_AssociatedDataSize(integer $Value)
[Java]
int getAssociatedDataSize();
void setAssociatedDataSize(int Value);
Description
Use this property to specify the size of the Associated Data when AEAD algorithm is used.
Discuss this help topic in SecureBlackbox Forum