public SHA1CryptoServiceProvider() { this.sha = new SHA1Internal(); }
public SHA1Managed() { this.sha = new SHA1Internal(); }