Compartilhar via


CryptographyClient.IKeyEncryptionKey.WrapKey Método

Definição

Criptografa a chave especificada usando o algoritmo especificado.

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

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

Byte[]

Os bytes de chave criptografados.

Implementações

Aplica-se a