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

DeleteUser() public method

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