你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IKeyEncryptionKeyResolver 接口

定义

能够从提供的密钥标识符检索密钥加密密钥的对象。

public interface IKeyEncryptionKeyResolver
type IKeyEncryptionKeyResolver = interface
Public Interface IKeyEncryptionKeyResolver
派生

方法

Resolve(String, CancellationToken)

检索与指定 keyId 对应的密钥加密密钥。

ResolveAsync(String, CancellationToken)

检索与指定 keyId 对应的密钥加密密钥。

适用于