Beispiel #1
0
 public SHA1Managed()
 {
     sha = new SHA1Internal();
 }
 public SHA1CryptoServiceProvider()
 {
     sha = new SHA1Internal();
 }