Partager via


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

Définition

Crée un instance de la DecryptParameters classe pour l’algorithme de A256Gcm chiffrement.

public static Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters A256GcmParameters (byte[] ciphertext, byte[] iv, byte[] authenticationTag, byte[] additionalAuthenticatedData = default);
static member A256GcmParameters : byte[] * byte[] * byte[] * byte[] -> Azure.Security.KeyVault.Keys.Cryptography.DecryptParameters
Public Shared Function A256GcmParameters (ciphertext As Byte(), iv As Byte(), authenticationTag As Byte(), Optional additionalAuthenticatedData As Byte() = Nothing) As DecryptParameters

Paramètres

ciphertext
Byte[]

Texte chiffré à déchiffrer.

iv
Byte[]

Vecteur d’initialisation (ou nonce) généré pendant le chiffrement.

authenticationTag
Byte[]

Balise d’authentification générée pendant le chiffrement.

additionalAuthenticatedData
Byte[]

Données facultatives authentifiées mais non chiffrées.

Retours

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

Exceptions

ciphertext, iv ou authenticationTag est null.

S’applique à