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