Restore SEBPatch
This commit is contained in:
11
SebWindowsConfig/Entities/PermittedApplicationInformation.cs
Normal file
11
SebWindowsConfig/Entities/PermittedApplicationInformation.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace SebWindowsConfig.Entities
|
||||
{
|
||||
public class PermittedApplicationInformation
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Executable { get; set; }
|
||||
public string OriginalName { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string Signature { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user