Partager via


AuthenticatedEncryption.Decrypt(Byte[], Byte[], Byte[]) Méthode

Définition

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()

Paramètres

keyEnc
Byte[]
keyMac
Byte[]
cipherText
Byte[]

Retours

Byte[]

S’applique à