2 overrides of GetKeyedHashAlgorithm
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\SymmetricKey.cs (1)
79
public override KeyedHashAlgorithm
GetKeyedHashAlgorithm
(string algorithm)
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SymmetricSecurityKeyTest.cs (1)
66
public override KeyedHashAlgorithm
GetKeyedHashAlgorithm
(string algorithm)
1 reference to GetKeyedHashAlgorithm
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
547
_signingKey = symmetricKey.
GetKeyedHashAlgorithm
(algorithmName);