Click or drag to resize

ApplicationSignInManager Class

[Missing <summary> documentation for "T:Cadcorp.Web.Security.ClaimsAware.Identity.Models.ApplicationSignInManager"]

Inheritance Hierarchy
SystemObject
  SignInManagerApplicationUser, String
    Cadcorp.Web.Security.ClaimsAware.Identity.ModelsApplicationSignInManager

Namespace:  Cadcorp.Web.Security.ClaimsAware.Identity.Models
Assembly:  Cadcorp.Web.Security (in Cadcorp.Web.Security.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class ApplicationSignInManager : SignInManager<ApplicationUser, string>

The ApplicationSignInManager type exposes the following members.

Constructors
  NameDescription
Public methodApplicationSignInManager
Initializes a new instance of the ApplicationSignInManager class
Top
Properties
  NameDescription
Public propertyAuthenticationManager
Used to sign in identities
(Inherited from SignInManagerApplicationUser, String.)
Public propertyAuthenticationType
AuthenticationType that will be used by sign in, defaults to DefaultAuthenticationTypes.ApplicationCookie
(Inherited from SignInManagerApplicationUser, String.)
Public propertyUserManager
Used to operate on users
(Inherited from SignInManagerApplicationUser, String.)
Top
Methods
  NameDescription
Public methodConvertIdFromString
Convert a string id to the proper TKey using Convert.ChangeType
(Inherited from SignInManagerApplicationUser, String.)
Public methodConvertIdToString
Convert a TKey userId to a string, by default this just calls ToString()
(Inherited from SignInManagerApplicationUser, String.)
Public methodStatic memberCreate
Public methodCreateUserIdentityAsync (Overrides SignInManager.CreateUserIdentityAsync(UTP).)
Public methodDispose
Dispose
(Inherited from SignInManagerApplicationUser, String.)
Protected methodDispose(Boolean)
If disposing, calls dispose on the Context. Always nulls out the Context
(Inherited from SignInManagerApplicationUser, String.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExternalSignInAsync
Sign the user in using an associated external login
(Inherited from SignInManagerApplicationUser, String.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVerifiedUserIdAsync
Get the user id that has been verified already or null.
(Inherited from SignInManagerApplicationUser, String.)
Public methodHasBeenVerifiedAsync
Has the user been verified (ie either via password or external login)
(Inherited from SignInManagerApplicationUser, String.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPasswordSignInAsync
Sign in the user in using the user name and password
(Inherited from SignInManagerApplicationUser, String.)
Public methodSendTwoFactorCodeAsync
Send a two factor code to a user
(Inherited from SignInManagerApplicationUser, String.)
Public methodSignInAsync
Creates a user identity and then signs the identity using the AuthenticationManager
(Inherited from SignInManagerApplicationUser, String.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTwoFactorSignInAsync
Two factor verification step
(Inherited from SignInManagerApplicationUser, String.)
Top
See Also