I'm trying to move our deployment method for enterprise desktop apps (WPF, UWP, WinForms) to MSIX deployment. We would like to avoid having to go through the Windows Store, since this is for internal, LOB-kind of apps.
We are worried about the security implications of opening up for side-loading in general. We do sign all our apps with a code-signing certificate (as required) - but if we enable side-loading, is there any way we can limit side-loading to only allow apps that are signed with a specific certificate?
(I'm aware that as of Windows Insider Build 18956 side-loading is enabled per default. That also worries our IT/ops guys, for the same reason as above).