Aracılığıyla paylaş


AzureDataProtectionBuilderExtensions.PersistKeysToAzureBlobStorage Yöntem

Tanım

Aşırı Yüklemeler

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Kaynak:
AzureDataProtectionBuilderExtensions.cs
Kaynak:
AzureDataProtectionBuilderExtensions.cs

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

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

Parametreler

builder
IDataProtectionBuilder

Değiştireceğiniz oluşturucu örneği.

blobReference
CloudBlockBlob

CloudBlockBlob Anahtar dosyasının depolandığı yer.

Döndürülenler

değeridir builder.

Açıklamalar

tarafından blobReference başvuruda bulunılan kapsayıcının zaten mevcut olması gerekir.

Şunlara uygulanır

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)

Kaynak:
AzureDataProtectionBuilderExtensions.cs

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

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

Parametreler

builder
IDataProtectionBuilder

Değiştireceğiniz oluşturucu örneği.

blobReference
CloudBlockBlob

CloudBlockBlob Anahtar dosyasının depolandığı yer.

Döndürülenler

değeridir builder.

Açıklamalar

tarafından blobReference başvuruda bulunılan kapsayıcının zaten mevcut olması gerekir.

Şunlara uygulanır

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)

Kaynak:
AzureDataProtectionBuilderExtensions.cs
Kaynak:
AzureDataProtectionBuilderExtensions.cs
Kaynak:
AzureDataProtectionBuilderExtensions.cs

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

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

Parametreler

builder
IDataProtectionBuilder

Değiştireceğiniz oluşturucu örneği.

blobUri
Uri

Anahtar dosyasının depolanması gereken tam URI. URI, sas belirtecini sorgu dizesi parametresi olarak içermelidir.

Döndürülenler

değeridir builder.

Açıklamalar

tarafından blobUri başvuruda bulunılan kapsayıcının zaten mevcut olması gerekir.

Şunlara uygulanır

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Kaynak:
AzureDataProtectionBuilderExtensions.cs
Kaynak:
AzureDataProtectionBuilderExtensions.cs

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

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

Parametreler

builder
IDataProtectionBuilder

Değiştireceğiniz oluşturucu örneği.

container
CloudBlobContainer

CloudBlobContainer Anahtar dosyasının depolandığı yer.

blobName
String

Anahtar dosyasının adı, genellikle "[subdir/]keys.xml" olarak belirtilir

Döndürülenler

değeridir builder.

Açıklamalar

tarafından container başvuruda bulunılan kapsayıcının zaten mevcut olması gerekir.

Şunlara uygulanır

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Kaynak:
AzureDataProtectionBuilderExtensions.cs
Kaynak:
AzureDataProtectionBuilderExtensions.cs

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

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

Parametreler

builder
IDataProtectionBuilder

Değiştireceğiniz oluşturucu örneği.

storageAccount
CloudStorageAccount

CloudStorageAccount Kullanılması gereken.

relativePath
String

Anahtar dosyasının depolanması gereken göreli yol, genellikle "/containerName/[subDir/]keys.xml" olarak belirtilir.

Döndürülenler

değeridir builder.

Açıklamalar

tarafından relativePath başvuruda bulunılan kapsayıcının zaten mevcut olması gerekir.

Şunlara uygulanır

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)

Kaynak:
AzureDataProtectionBuilderExtensions.cs

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

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

Parametreler

builder
IDataProtectionBuilder

Değiştireceğiniz oluşturucu örneği.

container
CloudBlobContainer

CloudBlobContainer Anahtar dosyasının depolandığı yer.

blobName
String

Anahtar dosyasının adı, genellikle "[subdir/]keys.xml" olarak belirtilir

Döndürülenler

değeridir builder.

Açıklamalar

tarafından container başvuruda bulunılan kapsayıcının zaten mevcut olması gerekir.

Şunlara uygulanır

PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)

Kaynak:
AzureDataProtectionBuilderExtensions.cs

Veri koruma sistemini, anahtarları Azure Blob Depolama belirtilen yolda kalıcı hale getirmek için yapılandırılır.

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

Parametreler

builder
IDataProtectionBuilder

Değiştireceğiniz oluşturucu örneği.

storageAccount
CloudStorageAccount

CloudStorageAccount Kullanılması gereken.

relativePath
String

Anahtar dosyasının depolanması gereken göreli yol, genellikle "/containerName/[subDir/]keys.xml" olarak belirtilir.

Döndürülenler

değeridir builder.

Açıklamalar

tarafından relativePath başvuruda bulunılan kapsayıcının zaten mevcut olması gerekir.

Şunlara uygulanır