Freigeben über


IKey.UnwrapKeyAsync Methode

Definition

Entpackt einen symmetrischen Schlüssel, der ursprünglich von diesem Key Vault Schlüssel umschlossen wurde.

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

Parameter

algorithm
JsonWebKeyEncryptionAlgorithm

Der JWK-Verschlüsselungsalgorithmus.

key
Byte[]

Der Schlüssel, der entpackt werden soll.

cancellationToken
CancellationToken

Gibt zurück

Task<Byte[]>

Gilt für: