7 references to HMACSHA256
mscorlib (1)
system\security\cryptography\hmacsha256.cs (1)
20
public HMACSHA256 () :
this
(Utils.GenerateRandom(64)) {}
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (2)
222
using (HMACSHA256 hmac = new
HMACSHA256
(_columnEncryptionKey.MACKey)) {
389
using (HMACSHA256 hmac = new
HMACSHA256
(_columnEncryptionKey.MACKey)) {
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
36
using (HMACSHA256 hmac = new
HMACSHA256
(key)) {
System.IdentityModel (1)
System\IdentityModel\CryptoHelper.cs (1)
564
return new
HMACSHA256
(key);
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
58
using (HMACSHA256 algo = new
HMACSHA256
(pwdBytes))
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
130
using (HMACSHA256 hmac = new
HMACSHA256
(key))