OpenIdConnectPostConfigureOptions(IDataProtectionProvider) 생성자

정의

OpenIdConnectPostConfigureOptions의 새 인스턴스를 초기화합니다.

public:
 OpenIdConnectPostConfigureOptions(Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ dataProtection);
public OpenIdConnectPostConfigureOptions (Microsoft.AspNetCore.DataProtection.IDataProtectionProvider dataProtection);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectPostConfigureOptions : Microsoft.AspNetCore.DataProtection.IDataProtectionProvider -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectPostConfigureOptions
Public Sub New (dataProtection As IDataProtectionProvider)

매개 변수

적용 대상