Skip to main content
All docs
V24.1
.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.CreateUser Method

Name Parameters Description
CreateUser<TUser>(IObjectSpace, IPrincipal, Action<TUser>, Boolean) objectSpace, principal, customizeUser, autoCommit Creates a new user with the specified settings.
CreateUser<TUser>(IObjectSpace, String, String, Action<TUser>) objectSpace, userName, password, customizeUser Creates a new user with the specified settings.
CreateUser<TUser>(IObjectSpace, String, String, String, Action<TUser>, Boolean) objectSpace, userName, loginProviderName, providerUserKey, customizeUser, autoCommit Creates a new user with the specified settings.