共用方式為


FacebookMiddleware.CreateHandler 方法

定義

AuthenticationHandler<TOptions>提供 物件來處理驗證相關要求。

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

傳回

AuthenticationHandler<TOptions> 具有 FacebookOptions 提供給建構函式的 。

適用於