DefaultAuthenticationTypes Class

 

Enumerates the default authentication types.

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

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.DefaultAuthenticationTypes

Syntax

public static class DefaultAuthenticationTypes
public ref class DefaultAuthenticationTypes abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DefaultAuthenticationTypes = class end
Public NotInheritable Class DefaultAuthenticationTypes

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.

Thread Safety

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

See Also

Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top