AuthenticatedEncryption.Encrypt(Byte[], Byte[], Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static byte[] Encrypt (byte[] keyEnc, byte[] keyMac, byte[] message);
static member Encrypt : byte[] * byte[] * byte[] -> byte[]
Public Shared Function Encrypt (keyEnc As Byte(), keyMac As Byte(), message As Byte()) As Byte()
Parameters
- keyEnc
- Byte[]
- keyMac
- Byte[]
- message
- Byte[]
Returns
Byte[]