namespace DigitalData.Core.Security { public class AsymCryptParams : RSAFactoryParams { public IEnumerable? ReadOrCreateDirs { get; init; } } }