UserMgmtManager.AddUserAsync Method
Asynchronously adds a new user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
AddUserAsync(String, PersonalInfo) | Asynchronously adds a new user account with the specified user name and personal information. |
|
AddUserAsync(String, SecureString, PersonalInfo) | synchronously adds a new user account with the specified user name, password, and personal information. |
See Also
UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top