AzureDataProtectionKeyVaultKeyBuilderExtensions Class

Definition

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