Share via


OpenIdConnectMiddleware.CreateHandler 메서드

정의

AuthenticationHandler<TOptions> 인증 관련 요청을 처리하기 위한 개체를 제공합니다.

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of OpenIdConnectOptions)

반환

AuthenticationHandler<TOptions> 생성자에 제공된 를 OpenIdConnectOptions 사용하여 구성된 입니다.

적용 대상