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