Mono.Web.DummyMembershipProvider.ValidateUser C# (CSharp) Метод

ValidateUser() публичный Метод

public ValidateUser ( string username, string password ) : bool
username string
password string
Результат bool
		public override bool ValidateUser (string username, string password)
		{
			throw new Exception ("The method or operation is not implemented.");
		}