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>)

适用于