MicrosoftAccountMiddleware 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 Microsoft 帳戶服務驗證使用者的 ASP.NET Core中介軟體。
public ref class MicrosoftAccountMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::MicrosoftAccountOptions ^>
public class MicrosoftAccountMiddleware : Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.MicrosoftAccountOptions>
type MicrosoftAccountMiddleware = class
inherit OAuthMiddleware<MicrosoftAccountOptions>
Public Class MicrosoftAccountMiddleware
Inherits OAuthMiddleware(Of MicrosoftAccountOptions)
- 繼承
-
MicrosoftAccountMiddleware
建構函式
屬性
AuthenticationScheme |
使用 Microsoft 帳戶服務驗證使用者的 ASP.NET Core中介軟體。 (繼承來源 AuthenticationMiddleware<TOptions>) |
Backchannel |
使用 Microsoft 帳戶服務驗證使用者的 ASP.NET Core中介軟體。 (繼承來源 OAuthMiddleware<TOptions>) |
Logger |
使用 Microsoft 帳戶服務驗證使用者的 ASP.NET Core中介軟體。 (繼承來源 AuthenticationMiddleware<TOptions>) |
Options |
使用 Microsoft 帳戶服務驗證使用者的 ASP.NET Core中介軟體。 (繼承來源 AuthenticationMiddleware<TOptions>) |
UrlEncoder |
使用 Microsoft 帳戶服務驗證使用者的 ASP.NET Core中介軟體。 (繼承來源 AuthenticationMiddleware<TOptions>) |
方法
CreateHandler() |
AuthenticationHandler<TOptions>提供 物件來處理驗證相關要求。 |
Invoke(HttpContext) |
使用 Microsoft 帳戶服務驗證使用者的 ASP.NET Core中介軟體。 (繼承來源 AuthenticationMiddleware<TOptions>) |