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