ServerUser Constructor
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
ServerUser(String, String)
Creates a new server user with the specified password.
Declaration
public ServerUser(string userName, string password)
Parameters
Type | Name | Description |
---|---|---|
String | userName | User name. |
String | password | Password. |
Remarks
The password is one-way transformed to a SHA-256 hash with a random salt value.