BgEngine.Infraestructure.Security.CodeFirstExtendedProvider.ResetPasswordWithToken C# (CSharp) 메소드

ResetPasswordWithToken() 공개 추상적인 메소드

public abstract ResetPasswordWithToken ( string token, string newPassword ) : bool
token string
newPassword string
리턴 bool
        public abstract bool ResetPasswordWithToken(string token, string newPassword);