MicrosoftAccountAuthenticationMiddleware Class
OWIN middleware for authenticating users using the Microsoft Account service
System::Object
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>
Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountAuthenticationMiddleware
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<MicrosoftAccountAuthenticationOptions>
Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountAuthenticationMiddleware
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
The MicrosoftAccountAuthenticationMiddleware type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MicrosoftAccountAuthenticationMiddleware | Initializes a MicrosoftAccountAuthenticationMiddleware |
| Name | Description | |
|---|---|---|
![]() | Next | Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.) |
![]() | Options | Gets or sets the authentication options. (Inherited from AuthenticationMiddleware<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | CreateHandler | Provides the AuthenticationHandler object for processing authentication-related requests. (Overrides AuthenticationMiddleware<TOptions>::CreateHandler().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | (Inherited from AuthenticationMiddleware<TOptions>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
