你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureDataProtectionKeyVaultKeyBuilderExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含用于修改 IDataProtectionBuilder的特定于 Azure KeyVault 的扩展方法。
public static class AzureDataProtectionKeyVaultKeyBuilderExtensions
type AzureDataProtectionKeyVaultKeyBuilderExtensions = class
Public Module AzureDataProtectionKeyVaultKeyBuilderExtensions
- 继承
-
AzureDataProtectionKeyVaultKeyBuilderExtensions
方法
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, Func<IServiceProvider,IKeyEncryptionKeyResolver>) |
配置数据保护系统,以使用 Azure 密钥保管库中的指定密钥保护密钥。 |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, Func<IServiceProvider,TokenCredential>) |
配置数据保护系统,以使用 Azure 密钥保管库中的指定密钥保护密钥。 |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, IKeyEncryptionKeyResolver) |
配置数据保护系统,以使用 Azure KeyVault 中的指定密钥保护密钥。 |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, Uri, TokenCredential) |
配置数据保护系统,以使用 Azure KeyVault 中的指定密钥保护密钥。 |