ServerUser.SetPassword Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
SetPassword(String)
Sets user password.
Declaration
public void SetPassword(string password)
Parameters
| Type | Name | Description |
|---|---|---|
| String | password | Password. |
Remarks
The password is one-way transformed to a SHA-256 hash with a random salt value.