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

AzureStorageBlobDataProtectionBuilderExtensions 类

定义

包含用于修改 的特定于 Azure 的 IDataProtectionBuilder扩展方法。

public static class AzureStorageBlobDataProtectionBuilderExtensions
type AzureStorageBlobDataProtectionBuilderExtensions = class
Public Module AzureStorageBlobDataProtectionBuilderExtensions
继承
AzureStorageBlobDataProtectionBuilderExtensions

方法

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, BlobClient)

配置数据保护系统,以将密钥保存到 Azure Blob 存储 中的指定路径。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Func<IServiceProvider,BlobClient>)

配置数据保护系统,以将密钥保存到 Azure Blob 存储 中的指定路径。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, String, String, String)

配置数据保护系统,以将密钥保存到 Azure Blob 存储 中的指定路径。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)

配置数据保护系统,以将密钥保存到 Azure Blob 存储 中的指定路径。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri, StorageSharedKeyCredential)

配置数据保护系统,以将密钥保存到 Azure Blob 存储 中的指定路径。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri, TokenCredential)

配置数据保护系统,以将密钥保存到 Azure Blob 存储 中的指定路径。

适用于