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