2 overrides of GetKeyedHashAlgorithm
System.IdentityModel (1)
System\IdentityModel\Tokens\SymmetricKey.cs (1)
79public override KeyedHashAlgorithm GetKeyedHashAlgorithm(string algorithm)
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (1)
238public override KeyedHashAlgorithm GetKeyedHashAlgorithm(string algorithmUri)
3 references to GetKeyedHashAlgorithm
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
111using (KeyedHashAlgorithm algorithm = symmetricKey.GetKeyedHashAlgorithm(signatureMethod)) 217using (KeyedHashAlgorithm hash = symmetricKey.GetKeyedHashAlgorithm(signatureMethod))
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
617return securityKey.GetKeyedHashAlgorithm(algorithm);