Compartilhar via


CryptographyClient.IKeyEncryptionKey.UnwrapKeyAsync Método

Definição

Descriptografa a chave criptografada especificada usando o algoritmo especificado.

System.Threading.Tasks.Task<byte[]> IKeyEncryptionKey.UnwrapKeyAsync (string algorithm, ReadOnlyMemory<byte> encryptedKey, System.Threading.CancellationToken cancellationToken);
abstract member Azure.Core.Cryptography.IKeyEncryptionKey.UnwrapKeyAsync : string * ReadOnlyMemory<byte> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.Azure.Core.Cryptography.IKeyEncryptionKey.UnwrapKeyAsync : string * ReadOnlyMemory<byte> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Function UnwrapKeyAsync (algorithm As String, encryptedKey As ReadOnlyMemory(Of Byte), cancellationToken As CancellationToken) As Task(Of Byte()) Implements IKeyEncryptionKey.UnwrapKeyAsync

Parâmetros

algorithm
String

O algoritmo de encapsulamento de chave que foi usado para criptografar a chave criptografada especificada.

encryptedKey
ReadOnlyMemory<Byte>

A chave criptografada a ser descriptografada.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Retornos

Task<Byte[]>

Os bytes de chave descriptografados.

Implementações

Aplica-se a