3 references to IsGcmAlgorithm
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (1)
56
if (
IsGcmAlgorithm
(authenticatedConfiguration.EncryptionAlgorithm))
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (1)
46
var validationElement = (AuthenticatedEncryptorFactory.
IsGcmAlgorithm
(Configuration.EncryptionAlgorithm))
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
37
if (!AuthenticatedEncryptorFactory.
IsGcmAlgorithm
(configuration.EncryptionAlgorithm))