4 references to CreateHashAlgorithm
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
305this.hashAlgorithm = CryptoHelper.CreateHashAlgorithm(SecurityAlgorithms.Sha256Digest);
System\ServiceModel\Security\CryptoHelper.cs (2)
53return CryptoHelper.CreateHashAlgorithm(SecurityAlgorithms.Sha1Digest); 58return CryptoHelper.CreateHashAlgorithm(SecurityAlgorithms.Sha256Digest);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
607this.hashStream = hashStream = new HashStream(CryptoHelper.CreateHashAlgorithm(this.AlgorithmSuite.DefaultDigestAlgorithm));