MicrosoftAccountMiddleware 類別

定義

使用 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(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<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>)

適用於