AuthenticationSchemeBuilder 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.
Used to build AuthenticationSchemes.
public ref class AuthenticationSchemeBuilder
	public class AuthenticationSchemeBuilder
	type AuthenticationSchemeBuilder = class
	Public Class AuthenticationSchemeBuilder
		- Inheritance
 - 
				AuthenticationSchemeBuilder
 
Constructors
| AuthenticationSchemeBuilder(String) | 
		 Constructor.  | 
        	
Properties
| DisplayName | 
		 Gets or sets the display name for the scheme being built.  | 
        	
| HandlerType | 
		 Gets or sets the IAuthenticationHandler type responsible for this scheme.  | 
        	
| Name | 
		 Gets the name of the scheme being built.  | 
        	
Methods
| Build() | 
		 Builds the AuthenticationScheme instance.  |