Partager via


DecryptParameters.A192CbcPadParameters(Byte[], Byte[]) Méthode

Définition

Crée un instance de la DecryptParameters classe pour l’algorithme A192CbcPad de chiffrement avec un remplissage PKCS#7.

public static Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters A192CbcPadParameters (byte[] ciphertext, byte[] iv);
static member A192CbcPadParameters : byte[] * byte[] -> Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
Public Shared Function A192CbcPadParameters (ciphertext As Byte(), iv As Byte()) As DecryptParameters

Paramètres

ciphertext
Byte[]

Texte chiffré à déchiffrer.

iv
Byte[]

Vecteur d’initialisation utilisé pendant le chiffrement.

Retours

Instance de la DecryptParameters classe pour l’algorithme de A192CbcPad chiffrement.

Exceptions

ciphertext ou iv est null.

S’applique à