7 lines
No EOL
144 B
C#
7 lines
No EOL
144 B
C#
namespace IdentityShroud.Core.Security.Keys;
|
|
|
|
|
|
public interface IKeyProviderFactory
|
|
{
|
|
public IKeyProvider CreateProvider(KeyType keyType);
|
|
} |