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