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使用して構成された 。

適用対象