BlogEngine.Core.Providers.DbMembershipProvider.GetPassword C# (CSharp) Méthode

GetPassword() public méthode

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.
Résultat string
        public override string GetPassword(string username, string answer)
        {
            throw new NotImplementedException();
        }