3 references to CreateKeyedHashAlgorithm
System.IdentityModel (3)
System\IdentityModel\CryptoHelper.cs (2)
433
return CryptoHelper.
CreateKeyedHashAlgorithm
(key, SecurityAlgorithms.HmacSha1Signature);
438
return CryptoHelper.
CreateKeyedHashAlgorithm
(key, SecurityAlgorithms.HmacSha256Signature);
System\IdentityModel\Tokens\SymmetricKey.cs (1)
81
return CryptoHelper.
CreateKeyedHashAlgorithm
(this.symmetricKey, algorithm);