AzureDataProtectionBuilderExtensions.ProtectKeysWithAzureKeyVault 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
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, KeyVaultClient, String) |
Konfiguriert das Datenschutzsystem zum Schutz von Schlüsseln mit dem angegebenen Schlüssel in Azure KeyVault. |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, String, X509Certificate2) |
Konfiguriert das Datenschutzsystem zum Schutz von Schlüsseln mit dem angegebenen Schlüssel in Azure KeyVault. |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, String, String) |
Konfiguriert das Datenschutzsystem zum Schutz von Schlüsseln mit dem angegebenen Schlüssel in Azure KeyVault. |
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, KeyVaultClient, String)
Konfiguriert das Datenschutzsystem zum Schutz von Schlüsseln mit dem angegebenen Schlüssel in Azure KeyVault.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ ProtectKeysWithAzureKeyVault(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, Microsoft::Azure::KeyVault::KeyVaultClient ^ client, System::String ^ keyIdentifier);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder ProtectKeysWithAzureKeyVault (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, Microsoft.Azure.KeyVault.KeyVaultClient client, string keyIdentifier);
static member ProtectKeysWithAzureKeyVault : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * Microsoft.Azure.KeyVault.KeyVaultClient * string -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function ProtectKeysWithAzureKeyVault (builder As IDataProtectionBuilder, client As KeyVaultClient, keyIdentifier As String) As IDataProtectionBuilder
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- client
- KeyVaultClient
Die KeyVaultClient , die für den KeyVault-Zugriff verwendet werden soll.
- keyIdentifier
- String
Der Azure KeyVault-Schlüsselbezeichner, der für die Schlüsselverschlüsselung verwendet wird.
Gibt zurück
Der Wert builder
.
Gilt für:
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, String, X509Certificate2)
Konfiguriert das Datenschutzsystem zum Schutz von Schlüsseln mit dem angegebenen Schlüssel in Azure KeyVault.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ ProtectKeysWithAzureKeyVault(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, System::String ^ keyIdentifier, System::String ^ clientId, System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder ProtectKeysWithAzureKeyVault (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, string keyIdentifier, string clientId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member ProtectKeysWithAzureKeyVault : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * string * string * System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function ProtectKeysWithAzureKeyVault (builder As IDataProtectionBuilder, keyIdentifier As String, clientId As String, certificate As X509Certificate2) As IDataProtectionBuilder
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- keyIdentifier
- String
Der Azure KeyVault-Schlüsselbezeichner, der für die Schlüsselverschlüsselung verwendet wird.
- clientId
- String
Die Anwendungsclient-ID.
- certificate
- X509Certificate2
Gibt zurück
Der Wert builder
.
Gilt für:
ProtectKeysWithAzureKeyVault(IDataProtectionBuilder, String, String, String)
Konfiguriert das Datenschutzsystem zum Schutz von Schlüsseln mit dem angegebenen Schlüssel in Azure KeyVault.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ ProtectKeysWithAzureKeyVault(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, System::String ^ keyIdentifier, System::String ^ clientId, System::String ^ clientSecret);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder ProtectKeysWithAzureKeyVault (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, string keyIdentifier, string clientId, string clientSecret);
static member ProtectKeysWithAzureKeyVault : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * string * string * string -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function ProtectKeysWithAzureKeyVault (builder As IDataProtectionBuilder, keyIdentifier As String, clientId As String, clientSecret As String) As IDataProtectionBuilder
Parameter
- builder
- IDataProtectionBuilder
Der Generator instance zu ändern.
- keyIdentifier
- String
Der Azure KeyVault-Schlüsselbezeichner, der für die Schlüsselverschlüsselung verwendet wird.
- clientId
- String
Die Anwendungsclient-ID.
- clientSecret
- String
Der geheime Clientschlüssel, der für die Authentifizierung verwendet wird.
Gibt zurück
Der Wert builder
.