DataProtectionBuilderExtensions.ProtectKeysWithCertificate 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2) |
스토리지에 유지되기 전에 지정된 인증서로 암호화되도록 키를 구성합니다. |
ProtectKeysWithCertificate(IDataProtectionBuilder, String) |
스토리지에 유지되기 전에 지정된 인증서로 암호화되도록 키를 구성합니다. |
ProtectKeysWithCertificate(IDataProtectionBuilder, X509Certificate2)
스토리지에 유지되기 전에 지정된 인증서로 암호화되도록 키를 구성합니다.
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
매개 변수
- certificate
- X509Certificate2
키를 암호화할 때 사용할 인증서입니다.
반환
이 작업이 완료된 후 에 IDataProtectionBuilder 대한 참조입니다.
적용 대상
ProtectKeysWithCertificate(IDataProtectionBuilder, String)
스토리지에 유지되기 전에 지정된 인증서로 암호화되도록 키를 구성합니다.
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
매개 변수
- thumbprint
- String
키를 암호화할 때 사용할 인증서의 지문입니다.
반환
이 작업이 완료된 후 에 IDataProtectionBuilder 대한 참조입니다.