Partilhar via


CryptographyClient.IKeyEncryptionKey.WrapKeyAsync Método

Definição

Criptografa a chave especificada usando o algoritmo especificado.

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

Parâmetros

algorithm
String

O algoritmo de encapsulamento de chave usado para criptografar a chave especificada.

key
ReadOnlyMemory<Byte>

A chave a ser criptografada.

cancellationToken
CancellationToken

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

Retornos

Task<Byte[]>

Os bytes de chave criptografados.

Implementações

Aplica-se a