While testing my UWP app for Windows 10 S with the audit mode policy, the only failure/error I'm getting is that some of the DLLs did not meet the Custom 1 signing level requirements or violated code integrity policy (Policy ID:{a244370e-44c9-4c06-b551-f6016e563076}). Every operation of the app works with nothin showing up within the audit, so I assume the program is otherwise fine.
I'm still new to development within a Microsoft environment, so I'm betting this is something super simple. Are the necessary signatures provided by Microsoft once the app is on the store? Am I supposed to sign the DLLs myself before submitting the app?
None of my attempts to articulate this problem within a search engine are coming back with workable results, which I presume is another symptom of my lack of familiarity: I don't even know specifically what I'm looking for. Thank you for your time and consideration.