ApplicationUserManager Class

Blog

ApplicationUserManager Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Blog.ApplicationUserManager"]

Inheritance Hierarchy
SystemObject  UserManagerApplicationUser, String
    UserManagerApplicationUser
      BlogApplicationUserManager

Namespace:  Blog
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ApplicationUserManager : UserManager<ApplicationUser>
Blog.ApplicationUserManager = function();

Type.createClass(
	'Blog.ApplicationUserManager',
	Microsoft.AspNet.Identity.UserManager`1);

The ApplicationUserManager type exposes the following members.

Constructors
  NameDescription
Public methodApplicationUserManager
Initializes a new instance of the ApplicationUserManager class
Top
Properties
  NameDescription
Public propertyClaimsIdentityFactory (Inherited from UserManagerApplicationUser, String.)
Public propertyDefaultAccountLockoutTimeSpan (Inherited from UserManagerApplicationUser, String.)
Public propertyEmailService (Inherited from UserManagerApplicationUser, String.)
Public propertyMaxFailedAccessAttemptsBeforeLockout (Inherited from UserManagerApplicationUser, String.)
Public propertyPasswordHasher (Inherited from UserManagerApplicationUser, String.)
Public propertyPasswordValidator (Inherited from UserManagerApplicationUser, String.)
Public propertySmsService (Inherited from UserManagerApplicationUser, String.)
Protected propertyStore (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsQueryableUsers (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserClaim (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserEmail (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserLockout (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserLogin (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserPassword (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserPhoneNumber (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserRole (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserSecurityStamp (Inherited from UserManagerApplicationUser, String.)
Public propertySupportsUserTwoFactor (Inherited from UserManagerApplicationUser, String.)
Public propertyTwoFactorProviders (Inherited from UserManagerApplicationUser, String.)
Public propertyUserLockoutEnabledByDefault (Inherited from UserManagerApplicationUser, String.)
Public propertyUsers (Inherited from UserManagerApplicationUser, String.)
Public propertyUserTokenProvider (Inherited from UserManagerApplicationUser, String.)
Public propertyUserValidator (Inherited from UserManagerApplicationUser, String.)
Top
Methods
  NameDescription
Public methodAccessFailedAsync (Inherited from UserManagerApplicationUser, String.)
Public methodAddClaimAsync (Inherited from UserManagerApplicationUser, String.)
Public methodAddLoginAsync (Inherited from UserManagerApplicationUser, String.)
Public methodAddPasswordAsync (Inherited from UserManagerApplicationUser, String.)
Public methodAddToRoleAsync (Inherited from UserManagerApplicationUser, String.)
Public methodAddToRolesAsync (Inherited from UserManagerApplicationUser, String.)
Public methodChangePasswordAsync (Inherited from UserManagerApplicationUser, String.)
Public methodChangePhoneNumberAsync (Inherited from UserManagerApplicationUser, String.)
Public methodCheckPasswordAsync (Inherited from UserManagerApplicationUser, String.)
Public methodConfirmEmailAsync (Inherited from UserManagerApplicationUser, String.)
Public methodStatic memberCreate
Public methodCreateAsync(UTP) (Inherited from UserManagerApplicationUser, String.)
Public methodCreateAsync(UTP, String) (Inherited from UserManagerApplicationUser, String.)
Public methodCreateIdentityAsync (Inherited from UserManagerApplicationUser, String.)
Public methodDeleteAsync (Inherited from UserManagerApplicationUser, String.)
Public methodDispose (Inherited from UserManagerApplicationUser, String.)
Protected methodDispose(Boolean) (Inherited from UserManagerApplicationUser, String.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodFindAsync(UserLoginInfo) (Inherited from UserManagerApplicationUser, String.)
Public methodFindAsync(String, String) (Inherited from UserManagerApplicationUser, String.)
Public methodFindByEmailAsync (Inherited from UserManagerApplicationUser, String.)
Public methodFindByIdAsync (Inherited from UserManagerApplicationUser, String.)
Public methodFindByNameAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGenerateChangePhoneNumberTokenAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGenerateEmailConfirmationTokenAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGeneratePasswordResetTokenAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGenerateTwoFactorTokenAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGenerateUserTokenAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetAccessFailedCountAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetClaimsAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetEmailAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLockoutEnabledAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetLockoutEndDateAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetLoginsAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetPhoneNumberAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetRolesAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetSecurityStampAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetTwoFactorEnabledAsync (Inherited from UserManagerApplicationUser, String.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidTwoFactorProvidersAsync (Inherited from UserManagerApplicationUser, String.)
Public methodHasPasswordAsync (Inherited from UserManagerApplicationUser, String.)
Public methodIsEmailConfirmedAsync (Inherited from UserManagerApplicationUser, String.)
Public methodIsInRoleAsync (Inherited from UserManagerApplicationUser, String.)
Public methodIsLockedOutAsync (Inherited from UserManagerApplicationUser, String.)
Public methodIsPhoneNumberConfirmedAsync (Inherited from UserManagerApplicationUser, String.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNotifyTwoFactorTokenAsync (Inherited from UserManagerApplicationUser, String.)
Public methodRegisterTwoFactorProvider (Inherited from UserManagerApplicationUser, String.)
Public methodRemoveClaimAsync (Inherited from UserManagerApplicationUser, String.)
Public methodRemoveFromRoleAsync (Inherited from UserManagerApplicationUser, String.)
Public methodRemoveFromRolesAsync (Inherited from UserManagerApplicationUser, String.)
Public methodRemoveLoginAsync (Inherited from UserManagerApplicationUser, String.)
Public methodRemovePasswordAsync (Inherited from UserManagerApplicationUser, String.)
Public methodResetAccessFailedCountAsync (Inherited from UserManagerApplicationUser, String.)
Public methodResetPasswordAsync (Inherited from UserManagerApplicationUser, String.)
Public methodSendEmailAsync (Inherited from UserManagerApplicationUser, String.)
Public methodSendSmsAsync (Inherited from UserManagerApplicationUser, String.)
Public methodSetEmailAsync (Inherited from UserManagerApplicationUser, String.)
Public methodSetLockoutEnabledAsync (Inherited from UserManagerApplicationUser, String.)
Public methodSetLockoutEndDateAsync (Inherited from UserManagerApplicationUser, String.)
Public methodSetPhoneNumberAsync (Inherited from UserManagerApplicationUser, String.)
Public methodSetTwoFactorEnabledAsync (Inherited from UserManagerApplicationUser, String.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateAsync (Inherited from UserManagerApplicationUser, String.)
Protected methodUpdatePassword (Inherited from UserManagerApplicationUser, String.)
Public methodUpdateSecurityStampAsync (Inherited from UserManagerApplicationUser, String.)
Public methodVerifyChangePhoneNumberTokenAsync (Inherited from UserManagerApplicationUser, String.)
Protected methodVerifyPasswordAsync (Inherited from UserManagerApplicationUser, String.)
Public methodVerifyTwoFactorTokenAsync (Inherited from UserManagerApplicationUser, String.)
Public methodVerifyUserTokenAsync (Inherited from UserManagerApplicationUser, String.)
Top
Remarks

[Missing <remarks> documentation for "T:Blog.ApplicationUserManager"]

See Also