internal string GetSecurityHash() { return(Cryptographer.CreateHashCode(this.GetElectronicSeal(), _request.UID) .Substring(0, 8) .ToUpperInvariant()); }
internal virtual string GetElectronicSeal() { var text = this.GetESignInputData(); return(Cryptographer.CreateHashCode(text, _request.UID)); }