TrustLevel enumeration
Represents the trust level of an activatable class.
Syntax
typedef enum TrustLevel { BaseTrust = 0, PartialTrust = 1, FullTrust = 2 } TrustLevel;
Constants
- BaseTrust
-
The component has access to resources that are not protected.
- PartialTrust
-
The component has access to resources requested in the app manifest and approved by the user.
- FullTrust
-
The component requires the full privileges of the user.
Remarks
Classes can be activated depending on the trust level of the caller and the trust classification of the activatable class.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
See also
Show: