Example #1
0
 public SHA1CryptoServiceProvider()
 {
     this.sha = new SHA1Internal();
 }
Example #2
0
 public SHA1Managed()
 {
     this.sha = new SHA1Internal();
 }