AuthTag Property
The authentication tag used when UseAEAD is set to True.
Syntax
property AuthTag: String read get_AuthTag write set_AuthTag; property AuthTagB: TBytes read get_AuthTagB write set_AuthTagB;
Default Value
''
Remarks
This property holds the 128 bit authentication tag used when UseAEAD is set to True. It is only applicable when UseAEAD is True.
This is populated after calling Encrypt. To also include the value in the output set IncludeAuthTag to True.
This must be set before calling Decrypt. If the auth tag is included in the encrypted data set IncludeAuthTag to True before calling Decrypt.