DefaultAuthenticationTypes Class

 

Enumerates the default authentication types.

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

System.Object
  Microsoft.AspNet.Identity.DefaultAuthenticationTypes

public static class DefaultAuthenticationTypes

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticApplicationCookie

Default value for the main application cookie used by UseSignInCookies.

System_CAPS_pubfieldSystem_CAPS_staticExternalBearer

Default value used by the UseOAuthBearerTokens method.

System_CAPS_pubfieldSystem_CAPS_staticExternalCookie

Default value used for the ExternalSignInAuthenticationType configured by UseSignInCookies.

System_CAPS_pubfieldSystem_CAPS_staticTwoFactorCookie

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

System_CAPS_pubfieldSystem_CAPS_staticTwoFactorRememberBrowserCookie

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: