IPWorks Encrypt 2020 .NET Edition

Questions / Feedback?

AdditionalAuthData Property

Additional Authentication Data (AAD) used when UseAEAD is True.

Syntax

public string AdditionalAuthData { get; set; }
public byte[] AdditionalAuthDataB { get; set; }
Public Property AdditionalAuthData As String
Public Property AdditionalAuthDataB As Byte()

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 .NET Edition - Version 20.0 [Build 8286]