7 references to AES_256_GCM
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (4)
110return (EncryptionAlgorithm.AES_128_GCM <= algorithm && algorithm <= EncryptionAlgorithm.AES_256_GCM); 126case EncryptionAlgorithm.AES_256_GCM: 143case EncryptionAlgorithm.AES_256_GCM: 176case EncryptionAlgorithm.AES_256_GCM:
Microsoft.AspNetCore.DataProtection.Tests (3)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (2)
56[InlineData(EncryptionAlgorithm.AES_256_GCM)] 82[InlineData(EncryptionAlgorithm.AES_256_GCM)]
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
636[InlineData("This is a medium length plaintext message", EncryptionAlgorithm.AES_256_GCM, ValidationAlgorithm.HMACSHA256)]