BlogEngine.Core.Providers.DbMembershipProvider.GetPassword C# (CSharp) Method

GetPassword() public method

Not implemented
public GetPassword ( string username, string answer ) : string
username string The user to retrieve the password for.
answer string The password answer for the user.
return string
        public override string GetPassword(string username, string answer)
        {
            throw new NotImplementedException();
        }