3 references to HMACSHA256
System.IdentityModel (1)
System\IdentityModel\CryptoHelper.cs (1)
1219return new HMACSHA256();
System.ServiceModel (1)
System\ServiceModel\Channels\PeerSecurityManager.cs (1)
178using (HMACSHA256 algo = new HMACSHA256())
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
53return new HMACSHA256();