Ejemplo n.º 1
0
 public SHA1CryptoServiceProvider()
 {
     this.sha = new SHA1Internal();
 }
Ejemplo n.º 2
0
 public SHA1Managed()
 {
     this.sha = new SHA1Internal();
 }