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

AzureDataProtectionKeyVaultKeyBuilderExtensions 类

定义

包含用于修改 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 中的指定密钥保护密钥。

适用于