Click or drag to resize
IUserManagerPasswordMatches Method
Returns true if the password is a match for the user's password.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool PasswordMatches(
	IUser user,
	string password
)

Parameters

user
Type: VirtualRadar.Interface.SettingsIUser
password
Type: SystemString

Return Value

Type: Boolean
See Also