2 instantiations of AuthenticatedEncryptorFactory
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
45
var factory = new
AuthenticatedEncryptorFactory
(NullLoggerFactory.Instance);
Internal\KeyManagementOptionsSetup.cs (1)
75
options.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)
45
var
factory = new AuthenticatedEncryptorFactory(NullLoggerFactory.Instance);
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptor.cs (1)
46
var validationElement = (
AuthenticatedEncryptorFactory
.IsGcmAlgorithm(Configuration.EncryptionAlgorithm))
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
37
if (!
AuthenticatedEncryptorFactory
.IsGcmAlgorithm(configuration.EncryptionAlgorithm))