IdentityCookieOptions 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.
Represents all the options you can use to configure the cookies middleware uesd by the identity system.
public ref class IdentityCookieOptions
	public class IdentityCookieOptions
	type IdentityCookieOptions = class
	Public Class IdentityCookieOptions
		- Inheritance
 - 
				IdentityCookieOptions
 
Constructors
| IdentityCookieOptions() | 
		 Constructs a new instance of IdentityCookieOptions.  | 
        	
Properties
| ApplicationCookie | 
		 The options for the application cookie.  | 
        	
| ApplicationCookieAuthenticationScheme | 
		 Gets the scheme used to identify application authentication cookies.  | 
        	
| ExternalCookie | 
		 The options for the external cookie.  | 
        	
| ExternalCookieAuthenticationScheme | 
		 Gets the scheme used to identify external authentication cookies.  | 
        	
| TwoFactorRememberMeCookie | 
		 The options for the two factor remember me cookie.  | 
        	
| TwoFactorRememberMeCookieAuthenticationScheme | 
		 Gets the scheme used to identify Two Factor authentication cookies for saving the Remember Me state.  | 
        	
| TwoFactorUserIdCookie | 
		 The options for the two factor user id cookie.  | 
        	
| TwoFactorUserIdCookieAuthenticationScheme | 
		 Gets the scheme used to identify Two Factor authentication cookies for round tripping user identities.  |