1 write to Configuration
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (1)
27Configuration = configuration;
4 references to Configuration
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (3)
46new XAttribute("algorithm", ManagedAlgorithmHelpers.TypeToFriendlyName(Configuration.EncryptionAlgorithmType)), 47new XAttribute("keyLength", Configuration.EncryptionAlgorithmKeySize)); 50new XAttribute("algorithm", ManagedAlgorithmHelpers.TypeToFriendlyName(Configuration.ValidationAlgorithmType)));
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (1)
38return CreateAuthenticatedEncryptorInstance(descriptor.MasterKey, descriptor.Configuration);