8 references to HMACSHA256
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
70
return () => new
HMACSHA256
();
Microsoft.AspNetCore.DataProtection.Tests (6)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (3)
107
{ EncryptionAlgorithm.AES_128_CBC, ValidationAlgorithm.HMACSHA256, () => new
HMACSHA256
() },
108
{ EncryptionAlgorithm.AES_192_CBC, ValidationAlgorithm.HMACSHA256, () => new
HMACSHA256
() },
109
{ EncryptionAlgorithm.AES_256_CBC, ValidationAlgorithm.HMACSHA256, () => new
HMACSHA256
() },
Managed\ManagedAuthenticatedEncryptorTests.cs (3)
19
validationAlgorithmFactory: () => new
HMACSHA256
());
39
validationAlgorithmFactory: () => new
HMACSHA256
());
85
validationAlgorithmFactory: () => new
HMACSHA256
(),
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
252
return new
HMACSHA256
();