Checks whether the specified password is correct.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Function CheckPassword ( _ password As String _ ) As Boolean |
| C# |
|---|
public bool CheckPassword( string password ) |
Parameters
- password
- Type: System..::..String
Password to check.