AuthenticatedEncryption.Decrypt(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[] Decrypt (byte[] keyEnc, byte[] keyMac, byte[] cipherText);
static member Decrypt : byte[] * byte[] * byte[] -> byte[]
Public Shared Function Decrypt (keyEnc As Byte(), keyMac As Byte(), cipherText As Byte()) As Byte()
Parameters
- keyEnc
- Byte[]
- keyMac
- Byte[]
- cipherText
- Byte[]
Returns
Byte[]