2 instantiations of AuthenticatedEncryptorFactory
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
45var factory = new AuthenticatedEncryptorFactory(NullLoggerFactory.Instance);
Internal\KeyManagementOptionsSetup.cs (1)
75options.AuthenticatedEncryptorFactories.Add(new AuthenticatedEncryptorFactory(_loggerFactory));
4 references to AuthenticatedEncryptorFactory
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (1)
27/// Initializes a new instance of <see cref="AuthenticatedEncryptorFactory"/>.
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
45var factory = new AuthenticatedEncryptorFactory(NullLoggerFactory.Instance);
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (1)
46var validationElement = (AuthenticatedEncryptorFactory.IsGcmAlgorithm(Configuration.EncryptionAlgorithm))
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
37if (!AuthenticatedEncryptorFactory.IsGcmAlgorithm(configuration.EncryptionAlgorithm))