Compartilhar via


CryptographyClient.IKeyEncryptionKey.UnwrapKey Método

Definição

Descriptografa a chave criptografada especificada usando o algoritmo especificado.

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

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

Byte[]

Os bytes de chave descriptografados.

Implementações

Aplica-se a