DefaultAuthenticationTypes Fields

 

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ApplicationCookie

Default value for the main application cookie used by UseSignInCookies.

System_CAPS_pubfieldSystem_CAPS_static ExternalBearer

Default value used by the UseOAuthBearerTokens method.

System_CAPS_pubfieldSystem_CAPS_static ExternalCookie

Default value used for the ExternalSignInAuthenticationType configured by UseSignInCookies.

System_CAPS_pubfieldSystem_CAPS_static TwoFactorCookie

Default value for authentication type used for two factor partial sign in.

System_CAPS_pubfieldSystem_CAPS_static TwoFactorRememberBrowserCookie

Default value for authentication type used for two factor remember browser.

See Also

DefaultAuthenticationTypes Class
Microsoft.AspNet.Identity Namespace

Return to top