AuthenticationScheme 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.
AuthenticationSchemes assign a name to a specific IAuthenticationHandler handlerType.
public ref class AuthenticationScheme
	public class AuthenticationScheme
	type AuthenticationScheme = class
	Public Class AuthenticationScheme
		- Inheritance
 - 
				AuthenticationScheme
 
Constructors
| AuthenticationScheme(String, String, Type) | 
		 Initializes a new instance of AuthenticationScheme.  | 
        	
Properties
| DisplayName | 
		 The display name for the scheme. Null is valid and used for non user facing schemes.  | 
        	
| HandlerType | 
		 The IAuthenticationHandler type that handles this scheme.  | 
        	
| Name | 
		 The name of the authentication scheme.  |