AuthenticatedEncryption.Decrypt(Byte[], Byte[], Byte[]) Method

Definition

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[]

Applies to