feat: initial cli implementation
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
namespace StevanFreeborn.Extensions.Configuration.Secure.Cli.Configuration;
|
||||
|
||||
internal sealed class SecureConfigProfile
|
||||
{
|
||||
public StorageProviderOptions Storage { get; set; } = new();
|
||||
public KeyProviderOptions Key { get; set; } = new();
|
||||
public CryptoProviderOptions Crypto { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user