8 references to HMACSHA256
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
70return () => 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)
19validationAlgorithmFactory: () => new HMACSHA256()); 39validationAlgorithmFactory: () => new HMACSHA256()); 85validationAlgorithmFactory: () => new HMACSHA256(),
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
252return new HMACSHA256();