Mono.Web.DummyMembershipProvider.ChangePassword C# (CSharp) Method

ChangePassword() public method

public ChangePassword ( string username, string oldPassword, string newPassword ) : bool
username string
oldPassword string
newPassword string
return bool
		public override bool ChangePassword (string username, string oldPassword, string newPassword)
		{
			throw new Exception ("The method or operation is not implemented.");
		}