Create options pattern for providing an XmlRepository for storing Data Protection keys. #59971
Open
1 task done
Labels
area-dataprotection
Includes: DataProtection
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
There are several options for key persistence but none are generic. It would be beneficial to have a IXmlRepositoryProvider or something like what we have with ILoggerProvider. I think the existing option, KeyManagementOptions.XmlRepository, allows this but that property isn't really an option. The issue @ #2505
exposes the problem in the comment @ #2505 (comment)
We have no way to resolve services to be used as an XmlRepository
Describe the solution you'd like
Implement options pattern to provide an XmlRepository.
Additional context
No response
The text was updated successfully, but these errors were encountered: