Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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 |