AuthenticationMiddleware Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Middleware that performs authentication.
public ref class AuthenticationMiddleware
	public class AuthenticationMiddleware
	type AuthenticationMiddleware = class
	Public Class AuthenticationMiddleware
		- Inheritance
 - 
				AuthenticationMiddleware
 
Constructors
| AuthenticationMiddleware(RequestDelegate, IAuthenticationSchemeProvider) | 
		 Initializes a new instance of AuthenticationMiddleware.  | 
        	
Properties
| Schemes | 
		 Gets or sets the IAuthenticationSchemeProvider.  | 
        	
Methods
| Invoke(HttpContext) | 
		 Invokes the middleware performing authentication.  |