Windows.Win32.System.WinRT.TrustLevel
enum TrustLevel
Represents the trust level of an activatable class.
BaseTrust = 0
The component has access to resources that are not protected.
FullTrust = 2
The component requires the full privileges of the user.
PartialTrust = 1
The component has access to resources requested in the app manifest and approved by the user.