AzureDataProtectionBuilderExtensions.PersistKeysToAzureBlobStorage Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob) |
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden. |
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob) |
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden. |
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri) |
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden. |
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String) |
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden. |
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String) |
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden. |
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String) |
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden. |
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String) |
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden. |
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden.
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
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- blobReference
- CloudBlockBlob
Die CloudBlockBlob Datei, in der die Schlüsseldatei gespeichert werden soll.
Gibt zurück
Der Wert builder
.
Hinweise
Der Container, auf den von verwiesen wird blobReference
, muss bereits vorhanden sein.
Gilt für:
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlockBlob)
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden.
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
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- blobReference
- CloudBlockBlob
Die CloudBlockBlob Datei, in der die Schlüsseldatei gespeichert werden soll.
Gibt zurück
Der Wert builder
.
Hinweise
Der Container, auf den von verwiesen wird blobReference
, muss bereits vorhanden sein.
Gilt für:
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, Uri)
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden.
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
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- blobUri
- Uri
Der vollständige URI, in dem die Schlüsseldatei gespeichert werden soll. Der URI muss das SAS-Token als Abfragezeichenfolgenparameter enthalten.
Gibt zurück
Der Wert builder
.
Hinweise
Der Container, auf den von verwiesen wird blobUri
, muss bereits vorhanden sein.
Gilt für:
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden.
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
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- container
- CloudBlobContainer
Die CloudBlobContainer , in der die Schlüsseldatei gespeichert werden soll.
- blobName
- String
Der Name der Schlüsseldatei, im Allgemeinen als "[subdir/]keys.xml" angegeben
Gibt zurück
Der Wert builder
.
Hinweise
Der Container, auf den von verwiesen wird container
, muss bereits vorhanden sein.
Gilt für:
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden.
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
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- storageAccount
- CloudStorageAccount
Die CloudStorageAccount , die verwendet werden sollte.
- relativePath
- String
Ein relativer Pfad, in dem die Schlüsseldatei gespeichert werden soll, im Allgemeinen als "/containerName/[subDir/]keys.xml" angegeben.
Gibt zurück
Der Wert builder
.
Hinweise
Der Container, auf den von verwiesen wird relativePath
, muss bereits vorhanden sein.
Gilt für:
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudBlobContainer, String)
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden.
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
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- container
- CloudBlobContainer
Die CloudBlobContainer , in der die Schlüsseldatei gespeichert werden soll.
- blobName
- String
Der Name der Schlüsseldatei, im Allgemeinen als "[subdir/]keys.xml" angegeben
Gibt zurück
Der Wert builder
.
Hinweise
Der Container, auf den von verwiesen wird container
, muss bereits vorhanden sein.
Gilt für:
PersistKeysToAzureBlobStorage(IDataProtectionBuilder, CloudStorageAccount, String)
Konfiguriert das Datenschutzsystem so, dass Schlüssel für den angegebenen Pfad in Azure Blob Storage beibehalten werden.
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
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- storageAccount
- CloudStorageAccount
Die CloudStorageAccount , die verwendet werden sollte.
- relativePath
- String
Ein relativer Pfad, in dem die Schlüsseldatei gespeichert werden soll, im Allgemeinen als "/containerName/[subDir/]keys.xml" angegeben.
Gibt zurück
Der Wert builder
.
Hinweise
Der Container, auf den von verwiesen wird relativePath
, muss bereits vorhanden sein.