<PackageReference Include="Azure.Core" Version="1.52.0" />

Azure.Core.Cryptography.IKeyEncryptionKeyResolver

public interface IKeyEncryptionKeyResolver
An object capable of retrieving key encryption keys from a provided key identifier.
IKeyEncryptionKey Resolve(string keyId, CancellationToken cancellationToken = default)

Retrieves the key encryption key corresponding to the specified keyId.

Task<IKeyEncryptionKey> ResolveAsync(string keyId, CancellationToken cancellationToken = default)

Retrieves the key encryption key corresponding to the specified keyId.