Exemplo n.º 1
0
 public string Hash(byte [] content)
 {
     return(Hasher.Hash(content, Hasher.GetHashAlgorithm(_hasherName)));
 }