3 writes to AuthenticatedEncryptorConfiguration
Microsoft.AspNetCore.DataProtection (3)
DataProtectionBuilderExtensions.cs (1)
501options.AuthenticatedEncryptorConfiguration = configuration;
Internal\KeyManagementOptionsSetup.cs (2)
55options.AuthenticatedEncryptorConfiguration = context.EncryptorConfiguration; 69options.AuthenticatedEncryptorConfiguration = new AuthenticatedEncryptorConfiguration();
2 references to AuthenticatedEncryptorConfiguration
Microsoft.AspNetCore.DataProtection (2)
Internal\KeyManagementOptionsSetup.cs (1)
67if (options.AuthenticatedEncryptorConfiguration == null)
KeyManagement\XmlKeyManager.cs (1)
113_authenticatedEncryptorConfiguration = keyManagementOptions.Value.AuthenticatedEncryptorConfiguration!;