| IUserManagerPasswordMatches Method  | 
            Returns true if the password is a match for the user's password.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool PasswordMatches(
	IUser user,
	string password
)
Function PasswordMatches ( 
	user As IUser,
	password As String
) As Boolean
bool PasswordMatches(
	IUser^ user, 
	String^ password
)
abstract PasswordMatches : 
        user : IUser * 
        password : string -> bool 
Parameters
- user
 - Type: VirtualRadar.Interface.SettingsIUser
 - password
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also