Ejemplo n.º 1
0
 public string GenerateHash(string input, Encoding encoding)
 {
     return(HashUtils.ConvertToSha256HashString(input, encoding));
 }