public SHA1CryptoServiceProvider()
 {
     _sha = new SHA1Internal();
 }
Exemple #2
0
 public SHA1CryptoServiceProvider()
 {
     _sha = new SHA1Internal();
 }