Property AllowedPaths
AllowedPaths
Gets or sets allowed paths for database files. When set, only database files
within these directories are accessible. null or empty allows all paths.
public HashSet<string> AllowedPaths { get; set; }
Gets or sets allowed paths for database files. When set, only database files
within these directories are accessible. null or empty allows all paths.
public HashSet<string> AllowedPaths { get; set; }