namespace IdentityShroud.Core.Security.Keys; public interface IKeyProviderFactory { public IKeyProvider CreateProvider(string keyType); }