Verify User Password in BPM
using Epicor.Security.Cryptography.SHA; if(Hasher.VerifyHash(base.callContextBpmData.Password, this.GetPasswordBySystemUserId(Db, callContextClient.CurrentUserId), "SHA256")) { //Valid } else { //Invalid }