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