Armory.Security.Providers.EntityFrameworkMembershipProvider.ResetPassword C# (CSharp) 메소드

ResetPassword() 공개 메소드

public ResetPassword ( string username, string answer ) : string
username string
answer string
리턴 string
        public override string ResetPassword(string username, string answer)
        {
            throw new NotImplementedException();
        }