The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AuthenticationMiddleware<TOptions> Class
Represents an authentication middleware.
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
System::Object
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
Microsoft.Owin.Security.Cookies::CookieAuthenticationMiddleware
Microsoft.Owin.Security.Facebook::FacebookAuthenticationMiddleware
Microsoft.Owin.Security.Google::GoogleAuthenticationMiddleware
Microsoft.Owin.Security.Google::GoogleOAuth2AuthenticationMiddleware
Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountAuthenticationMiddleware
Microsoft.Owin.Security.OAuth::OAuthAuthorizationServerMiddleware
Microsoft.Owin.Security.OAuth::OAuthBearerAuthenticationMiddleware
Microsoft.Owin.Security.OpenIdConnect::OpenIdConnectAuthenticationMiddleware
Microsoft.Owin.Security.Twitter::TwitterAuthenticationMiddleware
Microsoft.Owin.Security.WsFederation::WsFederationAuthenticationMiddleware
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TOptions>
Microsoft.Owin.Security.Cookies::CookieAuthenticationMiddleware
Microsoft.Owin.Security.Facebook::FacebookAuthenticationMiddleware
Microsoft.Owin.Security.Google::GoogleAuthenticationMiddleware
Microsoft.Owin.Security.Google::GoogleOAuth2AuthenticationMiddleware
Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountAuthenticationMiddleware
Microsoft.Owin.Security.OAuth::OAuthAuthorizationServerMiddleware
Microsoft.Owin.Security.OAuth::OAuthBearerAuthenticationMiddleware
Microsoft.Owin.Security.OpenIdConnect::OpenIdConnectAuthenticationMiddleware
Microsoft.Owin.Security.Twitter::TwitterAuthenticationMiddleware
Microsoft.Owin.Security.WsFederation::WsFederationAuthenticationMiddleware
| Name | Description | |
|---|---|---|
![]() | AuthenticationMiddleware<TOptions>(OwinMiddleware^, TOptions) | Initializes a new instance of the AuthenticationMiddleware<TOptions> class. |
| Name | Description | |
|---|---|---|
![]() | Next | The optional next component.(Inherited from OwinMiddleware.) |
![]() | Options | Gets or sets the authentication options. |
| Name | Description | |
|---|---|---|
![]() | CreateHandler() | Creates an authentication handler. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Invoke(IOwinContext^) | (Overrides OwinMiddleware::Invoke(IOwinContext^).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



