共用方式為


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 為提供給建構函式的 。

適用於