ApplicationSignInManager Class |
[Missing <summary> documentation for "T:Cadcorp.Web.Security.ClaimsAware.Identity.Models.ApplicationSignInManager"]
Namespace: Cadcorp.Web.Security.ClaimsAware.Identity.Models
The ApplicationSignInManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplicationSignInManager | Initializes a new instance of the ApplicationSignInManager class |
Name | Description | |
---|---|---|
![]() | AuthenticationManager |
Used to sign in identities
(Inherited from SignInManagerApplicationUser, String.) |
![]() | AuthenticationType |
AuthenticationType that will be used by sign in, defaults to DefaultAuthenticationTypes.ApplicationCookie
(Inherited from SignInManagerApplicationUser, String.) |
![]() | UserManager |
Used to operate on users
(Inherited from SignInManagerApplicationUser, String.) |
Name | Description | |
---|---|---|
![]() | ConvertIdFromString |
Convert a string id to the proper TKey using Convert.ChangeType
(Inherited from SignInManagerApplicationUser, String.) |
![]() | ConvertIdToString |
Convert a TKey userId to a string, by default this just calls ToString()
(Inherited from SignInManagerApplicationUser, String.) |
![]() ![]() | Create | |
![]() | CreateUserIdentityAsync | (Overrides SignInManager.CreateUserIdentityAsync(UTP).) |
![]() | Dispose |
Dispose
(Inherited from SignInManagerApplicationUser, String.) |
![]() | Dispose(Boolean) |
If disposing, calls dispose on the Context. Always nulls out the Context
(Inherited from SignInManagerApplicationUser, String.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExternalSignInAsync |
Sign the user in using an associated external login
(Inherited from SignInManagerApplicationUser, String.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetVerifiedUserIdAsync |
Get the user id that has been verified already or null.
(Inherited from SignInManagerApplicationUser, String.) |
![]() | HasBeenVerifiedAsync |
Has the user been verified (ie either via password or external login)
(Inherited from SignInManagerApplicationUser, String.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PasswordSignInAsync |
Sign in the user in using the user name and password
(Inherited from SignInManagerApplicationUser, String.) |
![]() | SendTwoFactorCodeAsync |
Send a two factor code to a user
(Inherited from SignInManagerApplicationUser, String.) |
![]() | SignInAsync |
Creates a user identity and then signs the identity using the AuthenticationManager
(Inherited from SignInManagerApplicationUser, String.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TwoFactorSignInAsync |
Two factor verification step
(Inherited from SignInManagerApplicationUser, String.) |