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