UserManager<TUser> Properties

The UserManager<TUser> type exposes the following members.

Properties

  Name Description
Public property ClaimsIdentityFactory Used to create claims identities from users
Public property PasswordHasher Used to hash/verify passwords
Public property PasswordValidator Used to validate passwords before persisting changes
Protected property Store Persistence abstraction that the Manager operates against
Public property SupportsUserClaim Returns true if the store is an IUserClaimStore
Public property SupportsUserLogin Returns true if the store is an IUserLoginStore
Public property SupportsUserPassword Returns true if the store is an IUserPasswordStore
Public property SupportsUserRole Returns true if the store is an IUserRoleStore
Public property SupportsUserSecurityStamp Returns true if the store is an IUserSecurityStore
Public property UserValidator Used to validate users before persisting changes

Top

See Also

Reference

UserManager<TUser> Class

Microsoft.AspNet.Identity Namespace