AzureStorageBlobDataProtectionBuilderExtensions Class

Definition

Contains Azure-specific extension methods for modifying a IDataProtectionBuilder.

public static class AzureStorageBlobDataProtectionBuilderExtensions
type AzureStorageBlobDataProtectionBuilderExtensions = class
Public Module AzureStorageBlobDataProtectionBuilderExtensions
Inheritance
AzureStorageBlobDataProtectionBuilderExtensions

Methods

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, BlobClient)

Configures the data protection system to persist keys to the specified path in Azure Blob Storage.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Func<IServiceProvider,BlobClient>)

Configures the data protection system to persist keys to the specified path in Azure Blob Storage.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, String, String, String)

Configures the data protection system to persist keys to the specified path in Azure Blob Storage.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)

Configures the data protection system to persist keys to the specified path in Azure Blob Storage.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri, StorageSharedKeyCredential)

Configures the data protection system to persist keys to the specified path in Azure Blob Storage.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri, TokenCredential)

Configures the data protection system to persist keys to the specified path in Azure Blob Storage.

Applies to