DataProtectionBuilderExtensions.ProtectKeysWithCertificate Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2) |
Anahtarları, depolamada kalıcı hale gelmeden önce belirli bir sertifikaya şifrelenecek şekilde yapılandırılır. |
ProtectKeysWithCertificate(IDataProtectionBuilder, String) |
Anahtarları, depolamada kalıcı hale gelmeden önce belirli bir sertifikaya şifrelenecek şekilde yapılandırılır. |
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2)
Anahtarları, depolamada kalıcı hale gelmeden önce belirli bir sertifikaya şifrelenecek şekilde yapılandırılır.
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
Parametreler
- certificate
- X509Certificate2
Anahtarları şifrelerken kullanılacak sertifika.
Döndürülenler
Bu işlem tamamlandıktan sonra öğesine IDataProtectionBuilder başvuru.
Şunlara uygulanır
ProtectKeysWithCertificate(IDataProtectionBuilder, String)
Anahtarları, depolamada kalıcı hale gelmeden önce belirli bir sertifikaya şifrelenecek şekilde yapılandırılır.
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
Parametreler
- thumbprint
- String
Anahtarları şifrelerken kullanılacak sertifikanın parmak izi.
Döndürülenler
Bu işlem tamamlandıktan sonra öğesine IDataProtectionBuilder başvuru.