summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileArguments.cs
blob: f3ddcbbe4220e51153ef8818b447a2e9e29f5167 (plain)
1
2
3
4
5
6
7
8
namespace PKISharp.WACS.Plugins.StorePlugins
{
    internal class PfxFileArguments
    {
        public string? PfxFilePath { get; set; }
        public string? PfxPassword { get; set; }
    }
}