Exemplo n.º 1
0
 public virtual string SHA256(string str)
 {
     return(Utils.SHA256(GetCode() + "-" + Title + "-" + str));
 }