DataProtectionBuilderExtensions.ProtectKeysWithCertificate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2) |
Configure les clés pour qu’elles soient chiffrées dans un certificat donné avant d’être conservées dans le stockage. |
ProtectKeysWithCertificate(IDataProtectionBuilder, String) |
Configure les clés pour qu’elles soient chiffrées dans un certificat donné avant d’être conservées dans le stockage. |
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2)
Configure les clés pour qu’elles soient chiffrées dans un certificat donné avant d’être conservées dans le stockage.
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
Paramètres
- builder
- IDataProtectionBuilder
L’IDataProtectionBuilderopérateur
- certificate
- X509Certificate2
Certificat à utiliser lors du chiffrement des clés.
Retours
Référence au une IDataProtectionBuilder fois cette opération terminée.
S’applique à
ProtectKeysWithCertificate(IDataProtectionBuilder, String)
Configure les clés pour qu’elles soient chiffrées dans un certificat donné avant d’être conservées dans le stockage.
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
Paramètres
- builder
- IDataProtectionBuilder
L’IDataProtectionBuilderopérateur
- thumbprint
- String
Empreinte numérique du certificat à utiliser lors du chiffrement des clés.
Retours
Référence au une IDataProtectionBuilder fois cette opération terminée.