ApplicationUserManager Class |
[Missing <summary> documentation for "T:Cadcorp.Web.Security.ClaimsAware.Identity.Models.ApplicationUserManager"]
Namespace: Cadcorp.Web.Security.ClaimsAware.Identity.Models
The ApplicationUserManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplicationUserManager | Initializes a new instance of the ApplicationUserManager class |
Name | Description | |
---|---|---|
![]() | ClaimsIdentityFactory |
Used to create claims identities from users
(Inherited from UserManagerApplicationUser, String.) |
![]() | DefaultAccountLockoutTimeSpan |
Default amount of time that a user is locked out for after MaxFailedAccessAttemptsBeforeLockout is reached
(Inherited from UserManagerApplicationUser, String.) |
![]() | EmailService |
Used to send email
(Inherited from UserManagerApplicationUser, String.) |
![]() | MaxFailedAccessAttemptsBeforeLockout |
Number of access attempts allowed before a user is locked out (if lockout is enabled)
(Inherited from UserManagerApplicationUser, String.) |
![]() | MyStore | |
![]() | PasswordHasher |
Used to hash/verify passwords
(Inherited from UserManagerApplicationUser, String.) |
![]() | PasswordValidator |
Used to validate passwords before persisting changes
(Inherited from UserManagerApplicationUser, String.) |
![]() | SmsService |
Used to send a sms message
(Inherited from UserManagerApplicationUser, String.) |
![]() | Store |
Persistence abstraction that the UserManager operates against
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsQueryableUsers |
Returns true if the store is an IQueryableUserStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserClaim |
Returns true if the store is an IUserClaimStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserEmail |
Returns true if the store is an IUserEmailStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserLockout |
Returns true if the store is an IUserLockoutStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserLogin |
Returns true if the store is an IUserLoginStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserPassword |
Returns true if the store is an IUserPasswordStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserPhoneNumber |
Returns true if the store is an IUserPhoneNumberStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserRole |
Returns true if the store is an IUserRoleStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserSecurityStamp |
Returns true if the store is an IUserSecurityStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | SupportsUserTwoFactor |
Returns true if the store is an IUserTwoFactorStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | TwoFactorProviders |
Maps the registered two-factor authentication providers for users by their id
(Inherited from UserManagerApplicationUser, String.) |
![]() | UserLockoutEnabledByDefault |
If true, will enable user lockout when users are created
(Inherited from UserManagerApplicationUser, String.) |
![]() | Users |
Returns an IQueryable of users if the store is an IQueryableUserStore
(Inherited from UserManagerApplicationUser, String.) |
![]() | UserTokenProvider |
Used for generating reset password and confirmation tokens
(Inherited from UserManagerApplicationUser, String.) |
![]() | UserValidator |
Used to validate users before changes are saved
(Inherited from UserManagerApplicationUser, String.) |
Name | Description | |
---|---|---|
![]() | AccessFailedAsync |
Increments the access failed count for the user and if the failed access account is greater than or equal
to the MaxFailedAccessAttempsBeforeLockout, the user will be locked out for the next DefaultAccountLockoutTimeSpan
and the AccessFailedCount will be reset to 0. This is used for locking out the user account.
(Inherited from UserManagerApplicationUser, String.) |
![]() | AddClaimAsync |
Add a user claim
(Inherited from UserManagerApplicationUser, String.) |
![]() | AddLoginAsync |
Associate a login with a user
(Inherited from UserManagerApplicationUser, String.) |
![]() | AddPasswordAsync |
Add a user password only if one does not already exist
(Inherited from UserManagerApplicationUser, String.) |
![]() | AddToRoleAsync |
Add a user to a role
(Inherited from UserManagerApplicationUser, String.) |
![]() | AddToRolesAsync |
Method to add user to multiple roles
(Inherited from UserManagerApplicationUser, String.) |
![]() | ChangePasswordAsync |
Change a user password
(Inherited from UserManagerApplicationUser, String.) |
![]() | ChangePhoneNumberAsync |
Set a user's phoneNumber with the verification token
(Inherited from UserManagerApplicationUser, String.) |
![]() | CheckPasswordAsync |
Returns true if the password is valid for the user
(Inherited from UserManagerApplicationUser, String.) |
![]() | ConfirmEmailAsync |
Confirm the user's email with confirmation token
(Inherited from UserManagerApplicationUser, String.) |
![]() ![]() | Create | |
![]() | CreateAsync(UTP) |
Create a user with no password
(Inherited from UserManagerApplicationUser, String.) |
![]() | CreateAsync(UTP, String) |
Create a user with the given password
(Inherited from UserManagerApplicationUser, String.) |
![]() | CreateIdentityAsync |
Creates a ClaimsIdentity representing the user
(Inherited from UserManagerApplicationUser, String.) |
![]() | DeleteAsync |
Delete a user
(Inherited from UserManagerApplicationUser, String.) |
![]() | Dispose |
Dispose this object
(Inherited from UserManagerApplicationUser, String.) |
![]() | Dispose(Boolean) |
When disposing, actually dipose the store
(Inherited from UserManagerApplicationUser, String.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindAsync(UserLoginInfo) |
Returns the user associated with this login
(Inherited from UserManagerApplicationUser, String.) |
![]() | FindAsync(String, String) |
Return a user with the specified username and password or null if there is no match.
(Inherited from UserManagerApplicationUser, String.) |
![]() | FindByEmailAsync |
Find a user by his email
(Inherited from UserManagerApplicationUser, String.) |
![]() | FindByIdAsync |
Find a user by id
(Inherited from UserManagerApplicationUser, String.) |
![]() | FindByNameAsync |
Find a user by user name
(Inherited from UserManagerApplicationUser, String.) |
![]() | GenerateChangePhoneNumberTokenAsync |
Generate a code that the user can use to change their phone number to a specific number
(Inherited from UserManagerApplicationUser, String.) |
![]() | GenerateEmailConfirmationTokenAsync |
Get the email confirmation token for the user
(Inherited from UserManagerApplicationUser, String.) |
![]() | GeneratePasswordResetTokenAsync |
Generate a password reset token for the user using the UserTokenProvider
(Inherited from UserManagerApplicationUser, String.) |
![]() | GenerateTwoFactorTokenAsync |
Get a token for a specific two factor provider
(Inherited from UserManagerApplicationUser, String.) |
![]() | GenerateUserTokenAsync |
Get a user token for a specific purpose
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetAccessFailedCountAsync |
Returns the number of failed access attempts for the user
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetClaimsAsync |
Get a users's claims
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetEmailAsync |
Get a user's email
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLockoutEnabledAsync |
Returns whether lockout is enabled for the user
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetLockoutEndDateAsync |
Returns when the user is no longer locked out, dates in the past are considered as not being locked out
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetLoginsAsync |
Gets the logins for a user.
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetPhoneNumberAsync |
Get a user's phoneNumber
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetRolesAsync |
Returns the roles for the user
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetSecurityStampAsync |
Returns the current security stamp for a user
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetTwoFactorEnabledAsync |
Get whether two factor authentication is enabled for a user
(Inherited from UserManagerApplicationUser, String.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValidTwoFactorProvidersAsync |
Returns a list of valid two factor providers for a user
(Inherited from UserManagerApplicationUser, String.) |
![]() | HasPasswordAsync |
Returns true if the user has a password
(Inherited from UserManagerApplicationUser, String.) |
![]() | IsEmailConfirmedAsync |
Returns true if the user's email has been confirmed
(Inherited from UserManagerApplicationUser, String.) |
![]() | IsInRoleAsync |
Returns true if the user is in the specified role
(Inherited from UserManagerApplicationUser, String.) |
![]() | IsLockedOutAsync |
Returns true if the user is locked out
(Inherited from UserManagerApplicationUser, String.) |
![]() | IsPhoneNumberConfirmedAsync |
Returns true if the user's phone number has been confirmed
(Inherited from UserManagerApplicationUser, String.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyTwoFactorTokenAsync |
Notify a user with a token using a specific two-factor authentication provider's Notify method
(Inherited from UserManagerApplicationUser, String.) |
![]() | RegisterTwoFactorProvider |
Register a two factor authentication provider with the TwoFactorProviders mapping
(Inherited from UserManagerApplicationUser, String.) |
![]() | RemoveClaimAsync |
Remove a user claim
(Inherited from UserManagerApplicationUser, String.) |
![]() | RemoveFromRoleAsync |
Remove a user from a role.
(Inherited from UserManagerApplicationUser, String.) |
![]() | RemoveFromRolesAsync |
Remove user from multiple roles
(Inherited from UserManagerApplicationUser, String.) |
![]() | RemoveLoginAsync |
Remove a user login
(Inherited from UserManagerApplicationUser, String.) |
![]() | RemovePasswordAsync |
Remove a user's password
(Inherited from UserManagerApplicationUser, String.) |
![]() | ResetAccessFailedCountAsync |
Resets the access failed count for the user to 0
(Inherited from UserManagerApplicationUser, String.) |
![]() | ResetPasswordAsync |
Reset a user's password using a reset password token
(Inherited from UserManagerApplicationUser, String.) |
![]() | SendEmailAsync |
Send an email to the user
(Inherited from UserManagerApplicationUser, String.) |
![]() | SendSmsAsync |
Send a user a sms message
(Inherited from UserManagerApplicationUser, String.) |
![]() | SetEmailAsync |
Set a user's email
(Inherited from UserManagerApplicationUser, String.) |
![]() | SetLockoutEnabledAsync |
Sets whether lockout is enabled for this user
(Inherited from UserManagerApplicationUser, String.) |
![]() | SetLockoutEndDateAsync |
Sets the when a user lockout ends
(Inherited from UserManagerApplicationUser, String.) |
![]() | SetPhoneNumberAsync |
Set a user's phoneNumber
(Inherited from UserManagerApplicationUser, String.) |
![]() | SetTwoFactorEnabledAsync |
Set whether a user has two factor authentication enabled
(Inherited from UserManagerApplicationUser, String.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateAsync |
Update a user
(Inherited from UserManagerApplicationUser, String.) |
![]() | UpdatePassword | (Inherited from UserManagerApplicationUser, String.) |
![]() | UpdateSecurityStampAsync |
Generate a new security stamp for a user, used for SignOutEverywhere functionality
(Inherited from UserManagerApplicationUser, String.) |
![]() | VerifyChangePhoneNumberTokenAsync |
Verify the code is valid for a specific user and for a specific phone number
(Inherited from UserManagerApplicationUser, String.) |
![]() | VerifyPasswordAsync |
By default, retrieves the hashed password from the user store and calls PasswordHasher.VerifyHashPassword
(Inherited from UserManagerApplicationUser, String.) |
![]() | VerifyTwoFactorTokenAsync |
Verify a two factor token with the specified provider
(Inherited from UserManagerApplicationUser, String.) |
![]() | VerifyUserTokenAsync |
Verify a user token with the specified purpose
(Inherited from UserManagerApplicationUser, String.) |