Click or drag to resize

AeadEncryptWithTag Method

Encrypt data using specified AEAD algorithm with the tag appended to the output.
Overload List
 NameDescription
Public methodStatic memberEncryptWithTag(Byte, Byte, Byte, AeadAlgorithm) Encrypt data using specified AEAD algorithm in one-off operation. The authentication tag is appended to the output.
Public methodStatic memberEncryptWithTag(Byte, Byte, Byte, Byte, AeadAlgorithm, AeadOpts) Encrypt data using specified AEAD algorithm in one-off operation with AAD and options. The authentication tag is appended to the output.
Top
See Also