Discuss this help topic in SecureBlackbox Forum
Specifies whether AEAD is used.
Declaration
[C#]
bool AssociatedData;
[VB.NET]
Property AssociatedData As Boolean
[Pascal]
property AssociatedData : boolean;
[C++]
bool get_AssociatedData();
void set_AssociatedData(bool Value);
[PHP]
bool get_AssociatedData()
void set_AssociatedData(bool $Value)
[Java]
boolean getAssociatedData();
void setAssociatedData(boolean Value);
Description
Use this property to check whether Associated Data is provided and AEAD (Authenticated Encryption with Associated Data) is used.
Discuss this help topic in SecureBlackbox Forum