Click or drag to resize

CipherEncryptAEAD Method

Encrypt data using the AES-GCM authenticated encryption algorithm.
Overload List
 NameDescription
Public methodStatic memberEncryptAEAD(Byte, Byte, Byte, AeadAlgorithm) Encrypt data using the AES-GCM authenticated encryption algorithm.
Public methodStatic memberEncryptAEAD(Byte, Byte, Byte, Byte, AeadAlgorithm, CipherOpts) Encrypt data using the AES-GCM authenticated encryption algorithm with AAD and options.
Top
See Also