Partilhar via


KeyResolver.IKeyEncryptionKeyResolver.Resolve Método

Definição

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

Azure.Core.Cryptography.IKeyEncryptionKey IKeyEncryptionKeyResolver.Resolve (string keyId, System.Threading.CancellationToken cancellationToken);
abstract member Azure.Core.Cryptography.IKeyEncryptionKeyResolver.Resolve : string * System.Threading.CancellationToken -> Azure.Core.Cryptography.IKeyEncryptionKey
override this.Azure.Core.Cryptography.IKeyEncryptionKeyResolver.Resolve : string * System.Threading.CancellationToken -> Azure.Core.Cryptography.IKeyEncryptionKey
Function Resolve (keyId As String, cancellationToken As CancellationToken) As IKeyEncryptionKey Implements IKeyEncryptionKeyResolver.Resolve

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.

Implementações

Aplica-se a