9 references to HMACSHA256
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
70
return () => new
HMACSHA256
();
Microsoft.AspNetCore.DataProtection.Tests (7)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (3)
109
{ EncryptionAlgorithm.AES_128_CBC, ValidationAlgorithm.HMACSHA256, () => new
HMACSHA256
() },
110
{ EncryptionAlgorithm.AES_192_CBC, ValidationAlgorithm.HMACSHA256, () => new
HMACSHA256
() },
111
{ EncryptionAlgorithm.AES_256_CBC, ValidationAlgorithm.HMACSHA256, () => new
HMACSHA256
() },
Managed\ManagedAuthenticatedEncryptorTests.cs (4)
31
validationAlgorithmFactory: () => new
HMACSHA256
());
51
validationAlgorithmFactory: () => new
HMACSHA256
());
97
validationAlgorithmFactory: () => new
HMACSHA256
(),
133
"SHA256" => () => new
HMACSHA256
(),
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
252
return new
HMACSHA256
();