AdditionalAuthData Property
Additional Authentication Data (AAD) used when UseAEAD is True.
Syntax
property AdditionalAuthData: String read get_AdditionalAuthData write set_AdditionalAuthData; property AdditionalAuthDataB: TBytes read get_AdditionalAuthDataB write set_AdditionalAuthDataB;
Default Value
''
Remarks
This property specifies data that is authentication but not encrypted. This is only applicable when UseAEAD is True.
Note that AAD data is authenticated but not encrypted, so it is not included in the output.