ServerUserCollection.Add Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Add(String, String)
Adds a user with the specified user name and password to the collection.
Declaration
public ServerUser Add(string userName, string password)
Parameters
Type | Name | Description |
---|---|---|
String | userName | User name. |
String | password | Password. |
Returns
Type | Description |
---|---|
ServerUser | An instance of the newly-created user. |