Edit

SelectionCriteria

Defines selection criteria for the certificates defined for the package.

Element hierarchy

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

Syntax

<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
  ...
  <SelectionCriteria
    HardwareOnly = 'An optional boolean value.'
    AutoSelect = 'An optional boolean value.' />
</Package>

Attributes

Attribute Description Data type Required Default value
HardwareOnly Indicates whether specified certificates are hardware-specific. True if they are hardware-specific, otherwise false. An optional boolean value. No
AutoSelect Indicates whether the certificates are selected automatically. True if they are selected automatically, otherwise false. An optional boolean value. No

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