ApplicationUserManager Properties

Blog

ApplicationUserManager Properties

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

The ApplicationUserManager type exposes the following members.

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
See Also