DefaultAuthenticationTypes Class

Default authentication types values

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.DefaultAuthenticationTypes

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

Syntax

'Declaration
Public NotInheritable Class DefaultAuthenticationTypes
'Usage
public static class DefaultAuthenticationTypes
public ref class DefaultAuthenticationTypes abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DefaultAuthenticationTypes =  class end
public final class DefaultAuthenticationTypes

The DefaultAuthenticationTypes type exposes the following members.

Fields

  Name Description
Public fieldStatic member ApplicationCookie Default value for the main application cookie used by UseSignInCookies
Public fieldStatic member ExternalBearer Default value used by the UseOAuthBearerTokens method
Public fieldStatic member ExternalCookie Default value used for the ExternalSignInAuthenticationType configured by UseSignInCookies

Top

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

Reference

Microsoft.AspNet.Identity Namespace