Edit

TrustFlags

Indicates whether the certificates for the package are exclusive to the package.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <Extension>
         └─ <Certificates>
            └─ <TrustFlags>

Syntax

<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
  ...
  <TrustFlags
    ExclusiveTrust = 'A required boolean value.' />
</Package>

Attributes

Attribute Description Data type Required Default value
ExclusiveTrust Indicates whether the declared certificates are exclusive to the package. true if they are exclusive to the package, otherwise false. A boolean value. Yes

Child elements

None.

Parent elements

Parent element Description
Certificates Declares a package extensibility point of type windows.certificates. The app requires one or more certificates from the specified certificate stores.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10
Minimum OS Version

Remarks

Examples