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.

Return Value

True if correct, false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also