Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

UserManager Members

Constructors

Name Description
UserManager(IServiceProvider, IPrincipalProvider, IUserLockout, IOptions<SecurityOptions>) Initializes a new instance of the UserManager class with specified settings.

Methods

Name Description
AccessFailed(Object)
AddLogin<TUser>(TUser, String, String)
CreateUser<TUser>(IObjectSpace, IPrincipal, Action<TUser>, Boolean)
CreateUser<TUser>(IObjectSpace, String, String, Action<TUser>)
CreateUser<TUser>(IObjectSpace, String, String, String, Action<TUser>, Boolean)
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindUserByKey<TUser>(IObjectSpace, String)
FindUserByLogin<TUser>(IObjectSpace, String, String)
FindUserByName<TUser>(IObjectSpace, String)
FindUserByPrincipal<TUser>(IObjectSpace, IPrincipal)
GetAuthenticationToken<TUser>(TUser, Int32, IEnumerable<Claim>)
GetCurrentPrincipal()
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLoginProviderName(IPrincipal)
GetProviderUserKey(IPrincipal)
GetType() Gets the Type of the current instance. Inherited from Object.
GetUserName(IPrincipal)
IsLockedOut(Object)
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetLockout(Object)
ToString() Returns a string that represents the current object. Inherited from Object.
See Also