Partilhar via


IKeyEncryptionKeyResolver.Resolve(String, CancellationToken) Método

Definição

Recupera a chave de criptografia de chave correspondente à keyId especificada.

public Azure.Core.Cryptography.IKeyEncryptionKey Resolve (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member Resolve : string * System.Threading.CancellationToken -> Azure.Core.Cryptography.IKeyEncryptionKey
Public Function Resolve (keyId As String, Optional cancellationToken As CancellationToken = Nothing) As IKeyEncryptionKey

Parâmetros

keyId
String

O identificador de chave da chave de criptografia de chave a ser recuperada.

cancellationToken
CancellationToken

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

Retornos

A chave de criptografia de chave correspondente à keyId especificada.

Aplica-se a