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