ApplicationUserManager Members

FormsAuth

ApplicationUserManager Members

The ApplicationUserManager type exposes the following members.

Constructors


  Name Description
Public method ApplicationUserManager

Methods


  Name Description
Public method AccessFailedAsync(`1) (Inherited from UserManager.)
Public method AddClaimAsync(`1,System.Security.Claims.Claim) (Inherited from UserManager.)
Public method AddLoginAsync(`1,Microsoft.AspNet.Identity.UserLoginInfo) (Inherited from UserManager.)
Public method AddPasswordAsync(`1,System.String) (Inherited from UserManager.)
Public method AddToRoleAsync(`1,System.String) (Inherited from UserManager.)
Public method AddToRolesAsync(`1,System.String[]) (Inherited from UserManager.)
Public method ChangePasswordAsync(`1,System.String,System.String) (Inherited from UserManager.)
Public method ChangePhoneNumberAsync(`1,System.String,System.String) (Inherited from UserManager.)
Public method CheckPasswordAsync(`0,System.String) (Inherited from UserManager.)
Public method ConfirmEmailAsync(`1,System.String) (Inherited from UserManager.)
Public method Static member Create
Public method CreateAsync(`0) (Inherited from UserManager.)
Public method CreateAsync(`0,System.String) (Inherited from UserManager.)
Public method CreateIdentityAsync(`0,System.String) (Inherited from UserManager.)
Public method DeleteAsync(`0) (Inherited from UserManager.)
Public method Dispose (Inherited from UserManager.)
Protected method Dispose(System.Boolean) (Inherited from UserManager.)
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FindAsync(System.String,System.String) (Inherited from UserManager.)
Public method FindAsync(Microsoft.AspNet.Identity.UserLoginInfo) (Inherited from UserManager.)
Public method FindByEmailAsync(System.String) (Inherited from UserManager.)
Public method FindByIdAsync(`1) (Inherited from UserManager.)
Public method FindByNameAsync(System.String) (Inherited from UserManager.)
Public method GenerateChangePhoneNumberTokenAsync(`1,System.String) (Inherited from UserManager.)
Public method GenerateEmailConfirmationTokenAsync(`1) (Inherited from UserManager.)
Public method GeneratePasswordResetTokenAsync(`1) (Inherited from UserManager.)
Public method GenerateTwoFactorTokenAsync(`1,System.String) (Inherited from UserManager.)
Public method GenerateUserTokenAsync(System.String,`1) (Inherited from UserManager.)
Public method GetAccessFailedCountAsync(`1) (Inherited from UserManager.)
Public method GetClaimsAsync(`1) (Inherited from UserManager.)
Public method GetEmailAsync(`1) (Inherited from UserManager.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetLockoutEnabledAsync(`1) (Inherited from UserManager.)
Public method GetLockoutEndDateAsync(`1) (Inherited from UserManager.)
Public method GetLoginsAsync(`1) (Inherited from UserManager.)
Public method GetPhoneNumberAsync(`1) (Inherited from UserManager.)
Public method GetRolesAsync(`1) (Inherited from UserManager.)
Public method GetSecurityStampAsync(`1) (Inherited from UserManager.)
Public method GetTwoFactorEnabledAsync(`1) (Inherited from UserManager.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValidTwoFactorProvidersAsync(`1) (Inherited from UserManager.)
Public method HasPasswordAsync(`1) (Inherited from UserManager.)
Public method IsEmailConfirmedAsync(`1) (Inherited from UserManager.)
Public method IsInRoleAsync(`1,System.String) (Inherited from UserManager.)
Public method IsLockedOutAsync(`1) (Inherited from UserManager.)
Public method IsPhoneNumberConfirmedAsync(`1) (Inherited from UserManager.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyTwoFactorTokenAsync(`1,System.String,System.String) (Inherited from UserManager.)
Public method RegisterTwoFactorProvider(System.String,Microsoft.AspNet.Identity.IUserTokenProvider{`0, `1}) (Inherited from UserManager.)
Public method RemoveClaimAsync(`1,System.Security.Claims.Claim) (Inherited from UserManager.)
Public method RemoveFromRoleAsync(`1,System.String) (Inherited from UserManager.)
Public method RemoveFromRolesAsync(`1,System.String[]) (Inherited from UserManager.)
Public method RemoveLoginAsync(`1,Microsoft.AspNet.Identity.UserLoginInfo) (Inherited from UserManager.)
Public method RemovePasswordAsync(`1) (Inherited from UserManager.)
Public method ResetAccessFailedCountAsync(`1) (Inherited from UserManager.)
Public method ResetPasswordAsync(`1,System.String,System.String) (Inherited from UserManager.)
Public method SendEmailAsync(`1,System.String,System.String) (Inherited from UserManager.)
Public method SendSmsAsync(`1,System.String) (Inherited from UserManager.)
Public method SetEmailAsync(`1,System.String) (Inherited from UserManager.)
Public method SetLockoutEnabledAsync(`1,System.Boolean) (Inherited from UserManager.)
Public method SetLockoutEndDateAsync(`1,System.DateTimeOffset) (Inherited from UserManager.)
Public method SetPhoneNumberAsync(`1,System.String) (Inherited from UserManager.)
Public method SetTwoFactorEnabledAsync(`1,System.Boolean) (Inherited from UserManager.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method UpdateAsync(`0) (Inherited from UserManager.)
Protected method UpdatePassword(Microsoft.AspNet.Identity.IUserPasswordStore{`0, `1},`0,System.String) (Inherited from UserManager.)
Public method UpdateSecurityStampAsync(`1) (Inherited from UserManager.)
Public method VerifyChangePhoneNumberTokenAsync(`1,System.String,System.String) (Inherited from UserManager.)
Protected method VerifyPasswordAsync(Microsoft.AspNet.Identity.IUserPasswordStore{`0, `1},`0,System.String) (Inherited from UserManager.)
Public method VerifyTwoFactorTokenAsync(`1,System.String,System.String) (Inherited from UserManager.)
Public method VerifyUserTokenAsync(`1,System.String,System.String) (Inherited from UserManager.)

Properties


  Name Description
Public property ClaimsIdentityFactory (Inherited from UserManager.)
Public property DefaultAccountLockoutTimeSpan (Inherited from UserManager.)
Public property EmailService (Inherited from UserManager.)
Public property MaxFailedAccessAttemptsBeforeLockout (Inherited from UserManager.)
Public property PasswordHasher (Inherited from UserManager.)
Public property PasswordValidator (Inherited from UserManager.)
Public property SmsService (Inherited from UserManager.)
Public property SupportsQueryableUsers (Inherited from UserManager.)
Public property SupportsUserClaim (Inherited from UserManager.)
Public property SupportsUserEmail (Inherited from UserManager.)
Public property SupportsUserLockout (Inherited from UserManager.)
Public property SupportsUserLogin (Inherited from UserManager.)
Public property SupportsUserPassword (Inherited from UserManager.)
Public property SupportsUserPhoneNumber (Inherited from UserManager.)
Public property SupportsUserRole (Inherited from UserManager.)
Public property SupportsUserSecurityStamp (Inherited from UserManager.)
Public property SupportsUserTwoFactor (Inherited from UserManager.)
Public property TwoFactorProviders (Inherited from UserManager.)
Public property UserLockoutEnabledByDefault (Inherited from UserManager.)
Public property Users (Inherited from UserManager.)
Public property UserTokenProvider (Inherited from UserManager.)
Public property UserValidator (Inherited from UserManager.)