3 references to TakeHashAlgorithm
System.IdentityModel (3)
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (1)
116HashAlgorithm hash = resourcePool.TakeHashAlgorithm(digestAlgorithm);
System\IdentityModel\SignatureResourcePool.cs (1)
92return TakeHashStream(TakeHashAlgorithm(algorithm));
System\IdentityModel\StrTransform.cs (1)
101HashAlgorithm hash = resourcePool.TakeHashAlgorithm(digestAlgorithm);