You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.