Open
Description
Is there an existing issue for this?
- I have searched the existing issues
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