Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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 |