Partager via


IKey.Decrypt(JsonWebKeyEncryptionAlgorithm, Byte[]) Méthode

Définition

Déchiffre un seul bloc de données chiffrées.

public byte[] Decrypt (Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm algorithm, params byte[] content);
abstract member Decrypt : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm * byte[] -> byte[]
Public Function Decrypt (algorithm As JsonWebKeyEncryptionAlgorithm, ParamArray content As Byte()) As Byte()

Paramètres

algorithm
JsonWebKeyEncryptionAlgorithm

Algorithme de chiffrement JWK.

content
Byte[]

Contenu à déchiffrer.

Retours

Byte[]

S’applique à