Back to Devexpress

UserManager.CreateUser Method

expressappframework-devexpress-dot-expressapp-dot-security-dot-usermanager-dot-createuser.md

latest1.2 KB
Original Source

UserManager.CreateUser Method

NameParametersDescription
CreateUser<TUser>(IObjectSpace, IPrincipal, Action<TUser>, Boolean)objectSpace, principal, customizeUser, autoCommitCreates a new user with the specified settings.
CreateUser<TUser>(IObjectSpace, String, String, Action<TUser>)objectSpace, userName, password, customizeUserCreates a new user with the specified settings.
CreateUser<TUser>(IObjectSpace, String, String, String, Action<TUser>, Boolean)objectSpace, userName, loginProviderName, providerUserKey, customizeUser, autoCommitCreates a new user with the specified settings.