2 writes to AutoGenerateKeys
Microsoft.AspNetCore.DataProtection (2)
DataProtectionBuilderExtensions.cs (1)
156
options.
AutoGenerateKeys
= false;
Internal\KeyManagementOptionsPostSetup.cs (1)
77
options.
AutoGenerateKeys
= false;
2 references to AutoGenerateKeys
Microsoft.AspNetCore.DataProtection (2)
DataProtectionBuilderExtensions.cs (1)
147
/// Calling this API corresponds to setting <see cref="KeyManagementOptions.
AutoGenerateKeys
"/>
KeyManagement\KeyRingProvider.cs (1)
51
_autoGenerateKeys = options.
AutoGenerateKeys
;