6 lines
169 B
C#
6 lines
169 B
C#
namespace StevanFreeborn.Extensions.Configuration.Secure.Cli.Configuration;
|
|
|
|
internal sealed class Base64KeyOptions
|
|
{
|
|
public string Key { get; set; } = string.Empty;
|
|
} |