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

GetPassword() public method

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