DataProtectionBuilderExtensions.ProtectKeysWithCertificate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2) |
Configura le chiavi da crittografare in un determinato certificato prima di essere rese persistenti nell'archiviazione. |
ProtectKeysWithCertificate(IDataProtectionBuilder, String) |
Configura le chiavi da crittografare in un determinato certificato prima di essere rese persistenti nell'archiviazione. |
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2)
Configura le chiavi da crittografare in un determinato certificato prima di essere rese persistenti nell'archiviazione.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ ProtectKeysWithCertificate(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder ProtectKeysWithCertificate (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
static member ProtectKeysWithCertificate : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function ProtectKeysWithCertificate (builder As IDataProtectionBuilder, certificate As X509Certificate2) As IDataProtectionBuilder
Parametri
- builder
- IDataProtectionBuilder
Oggetto IDataProtectionBuilder.
- certificate
- X509Certificate2
Certificato da usare per la crittografia delle chiavi.
Restituisce
Riferimento all'oggetto dopo il IDataProtectionBuilder completamento dell'operazione.
Si applica a
ProtectKeysWithCertificate(IDataProtectionBuilder, String)
Configura le chiavi da crittografare in un determinato certificato prima di essere rese persistenti nell'archiviazione.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ ProtectKeysWithCertificate(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, System::String ^ thumbprint);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder ProtectKeysWithCertificate (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, string thumbprint);
static member ProtectKeysWithCertificate : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * string -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function ProtectKeysWithCertificate (builder As IDataProtectionBuilder, thumbprint As String) As IDataProtectionBuilder
Parametri
- builder
- IDataProtectionBuilder
Oggetto IDataProtectionBuilder.
- thumbprint
- String
Identificazione personale del certificato da usare per la crittografia delle chiavi.
Restituisce
Riferimento all'oggetto dopo il IDataProtectionBuilder completamento dell'operazione.