SharedAuthenticationOptions 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.
public ref class SharedAuthenticationOptions
	public class SharedAuthenticationOptions
	type SharedAuthenticationOptions = class
	Public Class SharedAuthenticationOptions
		- Inheritance
 - 
				SharedAuthenticationOptions
 
Constructors
| SharedAuthenticationOptions() | 
Properties
| SignInScheme | 
		 Gets or sets the authentication scheme corresponding to the default middleware responsible of persisting user's identity after a successful authentication. This value typically corresponds to a cookie middleware registered in the Startup class.  |