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