1 write to Configuration
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (1)
28Configuration = configuration;
5 references to Configuration
Microsoft.AspNetCore.DataProtection (5)
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactory.cs (1)
46return CreateAuthenticatedEncryptorInstance(descriptor.MasterKey, descriptor.Configuration);
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptor.cs (4)
46new XAttribute("algorithm", Configuration.EncryptionAlgorithm), 47new XAttribute("keyLength", Configuration.EncryptionAlgorithmKeySize)); 48if (Configuration.EncryptionAlgorithmProvider != null) 50encryptionElement.SetAttributeValue("provider", Configuration.EncryptionAlgorithmProvider);