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

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

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