Skip to content

What is IL (Integrity level) of WindowsAppSDK apps? #3633

Answered by DarranRowe
rajendrasp asked this question in Q&A
Discussion options

You must be logged in to vote

To start off, any unpackaged application, including unpackaged WinUI 3, is always going to run outside of an app container. Of course, the mandatory integrity level can always be set, but any unpackaged application will have the default of medium.
For packaged applications, whether the application runs in an app container depends completely on the package settings. If you look at the AppX manifest documentation entry for Application. It states the following under uap10:TrustLevel:
""appContainer" - the app runs in a lightweight app container; its process runs with an integrity level of low."
So, you can tell the package to run in an app container, the integrity also depends on this settin…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@DarranRowe
Comment options

@DrusTheAxe
Comment options

@DrusTheAxe
Comment options

@DarranRowe
Comment options

@DrusTheAxe
Comment options

Answer selected by rajendrasp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants