6 references to AES_256_GCM
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (4)
110
return (EncryptionAlgorithm.AES_128_GCM <= algorithm && algorithm <= EncryptionAlgorithm.
AES_256_GCM
);
126
case EncryptionAlgorithm.
AES_256_GCM
:
143
case EncryptionAlgorithm.
AES_256_GCM
:
176
case 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
)]