AzureDataProtectionBuilderExtensions.PersistKeysToAzureBlobStorage メソッド

定義

オーバーロード

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

ソース:
AzureDataProtectionBuilderExtensions.cs
ソース:
AzureDataProtectionBuilderExtensions.cs

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToAzureBlobStorage(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::Azure::Storage::Blob::CloudBlockBlob ^ blobReference);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToAzureBlobStorage (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.Azure.Storage.Blob.CloudBlockBlob blobReference);
static member PersistKeysToAzureBlobStorage : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.Azure.Storage.Blob.CloudBlockBlob -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToAzureBlobStorage (builder As IDataProtectionBuilder, blobReference As CloudBlockBlob) As IDataProtectionBuilder

パラメーター

builder
IDataProtectionBuilder

変更するビルダー インスタンス。

blobReference
CloudBlockBlob

CloudBlockBlobキー ファイルを格納する場所。

戻り値

builder

注釈

によって blobReference 参照されるコンテナーは既に存在している必要があります。

適用対象

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

ソース:
AzureDataProtectionBuilderExtensions.cs

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToAzureBlobStorage(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::WindowsAzure::Storage::Blob::CloudBlockBlob ^ blobReference);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToAzureBlobStorage (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob blobReference);
static member PersistKeysToAzureBlobStorage : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToAzureBlobStorage (builder As IDataProtectionBuilder, blobReference As CloudBlockBlob) As IDataProtectionBuilder

パラメーター

builder
IDataProtectionBuilder

変更するビルダー インスタンス。

blobReference
CloudBlockBlob

CloudBlockBlobキー ファイルを格納する場所。

戻り値

builder

注釈

によって blobReference 参照されるコンテナーは既に存在している必要があります。

適用対象

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)

ソース:
AzureDataProtectionBuilderExtensions.cs
ソース:
AzureDataProtectionBuilderExtensions.cs
ソース:
AzureDataProtectionBuilderExtensions.cs

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToAzureBlobStorage(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Uri ^ blobUri);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToAzureBlobStorage (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Uri blobUri);
static member PersistKeysToAzureBlobStorage : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Uri -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToAzureBlobStorage (builder As IDataProtectionBuilder, blobUri As Uri) As IDataProtectionBuilder

パラメーター

builder
IDataProtectionBuilder

変更するビルダー インスタンス。

blobUri
Uri

キー ファイルを格納する必要がある完全な URI。 URI には、クエリ文字列パラメーターとして SAS トークンが含まれている必要があります。

戻り値

builder

注釈

によって blobUri 参照されるコンテナーは既に存在している必要があります。

適用対象

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

ソース:
AzureDataProtectionBuilderExtensions.cs
ソース:
AzureDataProtectionBuilderExtensions.cs

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToAzureBlobStorage(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::Azure::Storage::Blob::CloudBlobContainer ^ container, System::String ^ blobName);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToAzureBlobStorage (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.Azure.Storage.Blob.CloudBlobContainer container, string blobName);
static member PersistKeysToAzureBlobStorage : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.Azure.Storage.Blob.CloudBlobContainer * string -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToAzureBlobStorage (builder As IDataProtectionBuilder, container As CloudBlobContainer, blobName As String) As IDataProtectionBuilder

パラメーター

builder
IDataProtectionBuilder

変更するビルダー インスタンス。

container
CloudBlobContainer

CloudBlobContainerキー ファイルを格納する必要がある 。

blobName
String

一般に "[subdir/]keys.xml" として指定されるキー ファイルの名前

戻り値

builder

注釈

によって container 参照されるコンテナーは既に存在している必要があります。

適用対象

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

ソース:
AzureDataProtectionBuilderExtensions.cs
ソース:
AzureDataProtectionBuilderExtensions.cs

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToAzureBlobStorage(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::Azure::Storage::CloudStorageAccount ^ storageAccount, System::String ^ relativePath);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToAzureBlobStorage (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.Azure.Storage.CloudStorageAccount storageAccount, string relativePath);
static member PersistKeysToAzureBlobStorage : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.Azure.Storage.CloudStorageAccount * string -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToAzureBlobStorage (builder As IDataProtectionBuilder, storageAccount As CloudStorageAccount, relativePath As String) As IDataProtectionBuilder

パラメーター

builder
IDataProtectionBuilder

変更するビルダー インスタンス。

storageAccount
CloudStorageAccount

CloudStorageAccount使用する必要がある 。

relativePath
String

キー ファイルを格納する相対パス 。通常は "/containerName/[subDir/]keys.xml" として指定されます。

戻り値

builder

注釈

によって relativePath 参照されるコンテナーは既に存在している必要があります。

適用対象

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

ソース:
AzureDataProtectionBuilderExtensions.cs

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToAzureBlobStorage(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::WindowsAzure::Storage::Blob::CloudBlobContainer ^ container, System::String ^ blobName);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToAzureBlobStorage (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container, string blobName);
static member PersistKeysToAzureBlobStorage : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer * string -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToAzureBlobStorage (builder As IDataProtectionBuilder, container As CloudBlobContainer, blobName As String) As IDataProtectionBuilder

パラメーター

builder
IDataProtectionBuilder

変更するビルダー インスタンス。

container
CloudBlobContainer

CloudBlobContainerキー ファイルを格納する必要がある 。

blobName
String

一般に "[subdir/]keys.xml" として指定されるキー ファイルの名前

戻り値

builder

注釈

によって container 参照されるコンテナーは既に存在している必要があります。

適用対象

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

ソース:
AzureDataProtectionBuilderExtensions.cs

Azure Blob Storageで指定したパスにキーを保持するようにデータ保護システムを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ PersistKeysToAzureBlobStorage(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::WindowsAzure::Storage::CloudStorageAccount ^ storageAccount, System::String ^ relativePath);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder PersistKeysToAzureBlobStorage (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.WindowsAzure.Storage.CloudStorageAccount storageAccount, string relativePath);
static member PersistKeysToAzureBlobStorage : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.WindowsAzure.Storage.CloudStorageAccount * string -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function PersistKeysToAzureBlobStorage (builder As IDataProtectionBuilder, storageAccount As CloudStorageAccount, relativePath As String) As IDataProtectionBuilder

パラメーター

builder
IDataProtectionBuilder

変更するビルダー インスタンス。

storageAccount
CloudStorageAccount

CloudStorageAccount使用する必要がある 。

relativePath
String

キー ファイルを格納する相対パス 。通常は "/containerName/[subDir/]keys.xml" として指定されます。

戻り値

builder

注釈

によって relativePath 参照されるコンテナーは既に存在している必要があります。

適用対象