DataProtectionBuilderExtensions.UnprotectKeysWithAnyCertificate 메서드

정의

스토리지에서 로드된 키를 해독하는 데 사용할 수 있는 인증서를 구성합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ UnprotectKeysWithAnyCertificate(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, ... cli::array <System::Security::Cryptography::X509Certificates::X509Certificate2 ^> ^ certificates);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder UnprotectKeysWithAnyCertificate (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, params System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates);
static member UnprotectKeysWithAnyCertificate : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * System.Security.Cryptography.X509Certificates.X509Certificate2[] -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function UnprotectKeysWithAnyCertificate (builder As IDataProtectionBuilder, ParamArray certificates As X509Certificate2()) As IDataProtectionBuilder

매개 변수

certificates
X509Certificate2[]

키 데이터의 암호를 해독하는 데 사용할 수 있는 인증서입니다.

반환

이 작업이 완료된 후 에 대한 참조 IDataProtectionBuilder 입니다.

적용 대상