Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the trust level of an activatable class.
Syntax
typedef enum TrustLevel {
BaseTrust = 0,
PartialTrust,
FullTrust
} ;
Constants
BaseTrustValue: 0 The component has access to resources that are not protected. |
PartialTrustThe component has access to resources requested in the app manifest and approved by the user. |
FullTrustThe 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.
RegisteredTrustLevel is an alias for this enumeration.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | inspectable.h |