AzureStorageBlobDataProtectionBuilderExtensions 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-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
Azure SDK for .NET