Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public override bool ValidateUser(
	string username,
	string password
)
Visual Basic
Public Overrides Function ValidateUser ( _
	username As String, _
	password As String _
) As Boolean
Visual C++
public:
virtual bool ValidateUser(
	String^ username, 
	String^ password
) override

Parameters

username
Type: System..::..String
password
Type: System..::..String

See Also