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