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.
|