Partager via


IKey.DecryptAsync Méthode

Définition

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

public System.Threading.Tasks.Task<byte[]> DecryptAsync (Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm algorithm, byte[] content, System.Threading.CancellationToken cancellationToken = default);
abstract member DecryptAsync : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyEncryptionAlgorithm * byte[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Function DecryptAsync (algorithm As JsonWebKeyEncryptionAlgorithm, content As Byte(), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())

Paramètres

algorithm
JsonWebKeyEncryptionAlgorithm

Algorithme de chiffrement JWK.

content
Byte[]

Contenu à déchiffrer.

cancellationToken
CancellationToken

Retours

Task<Byte[]>

S’applique à