6 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 (2)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (2)
56[InlineData(EncryptionAlgorithm.AES_256_GCM)] 82[InlineData(EncryptionAlgorithm.AES_256_GCM)]