9 references to HMACSHA256
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
70return () => 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)
31validationAlgorithmFactory: () => new HMACSHA256()); 51validationAlgorithmFactory: () => new HMACSHA256()); 97validationAlgorithmFactory: () => new HMACSHA256(), 133"SHA256" => () => new HMACSHA256(),
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
252return new HMACSHA256();