Carries out the GCM encryption operation using the key set up by an earlier call to Gcm.InitKey.
public byte[] NextEncrypt( out byte[] tag, byte[] input, byte[] iv, byte[] aad )
Public Function NextEncrypt ( _ <OutAttribute> ByRef tag As Byte(), _ input As Byte(), _ iv As Byte(), _ aad As Byte() _ ) As Byte()
Encrypted ciphertext in byte array, or empty array on error
VB6/C equivalent: GCM_NextEncrypt