Partager via


UserMgmtManager.AddUserAsync Method

 

Asynchronously adds a new user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Overload List

Name Description
System_CAPS_pubmethod AddUserAsync(String, PersonalInfo)

Asynchronously adds a new user account with the specified user name and personal information.

System_CAPS_pubmethod 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