FileServerUser.CheckPassword Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
CheckPassword(String)
Checks whether the specified password is correct. Inherited from ServerUser.
Declaration
public bool CheckPassword(string password)
Parameters
| Type | Name | Description |
|---|---|---|
| String | password | Password to check. |
Returns
| Type | Description |
|---|---|
| Boolean | True if correct, false otherwise. |