AzureDataProtectionKeyVaultKeyBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains Azure KeyVault-specific extension methods for modifying a IDataProtectionBuilder.
public static class AzureDataProtectionKeyVaultKeyBuilderExtensions
type AzureDataProtectionKeyVaultKeyBuilderExtensions = class
Public Module AzureDataProtectionKeyVaultKeyBuilderExtensions
- Inheritance
-
AzureDataProtectionKeyVaultKeyBuilderExtensions
Methods
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, Func<IServiceProvider,IKeyEncryptionKeyResolver>) |
Configures the data protection system to protect keys with specified key in Azure Key Vault. |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, Func<IServiceProvider,TokenCredential>) |
Configures the data protection system to protect keys with specified key in Azure Key Vault. |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, IKeyEncryptionKeyResolver) |
Configures the data protection system to protect keys with specified key in Azure KeyVault. |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, Uri, TokenCredential) |
Configures the data protection system to protect keys with specified key in Azure KeyVault. |
Applies to
Azure SDK for .NET