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