Certificates (extensions schema for Windows 8.1)
Declares a package extensibility point of type windows.certificates. The app requires one or more certificates from the specified certificate stores.
Element hierarchy
- <Package>
-
- <Extensions>
-
- <Extension>
- <Certificates>
Syntax
<Certificates>
<!-- Child elements -->
Certificate{0,100},
TrustFlags?,
SelectionCriteria?
</Certificates>
Key
?
optional (zero or one)
{}
specific range of occurrences
Attributes and Elements
Attributes
None.
Child Elements
Child Element | Description |
---|---|
Certificate | A certificate for use with the package and placed in the system certificate stores. |
SelectionCriteria | Defines selection criteria for the certificates defined for the package. |
TrustFlags | Indicates whether the certificates for the package are exclusive to the package. |
Parent Elements
Parent Element | Description |
---|---|
Extension (in type: CT_PackageExtensions) | Declares an extensibility point for the package. |
See also
Tasks Working with certificates
Concepts App contracts and extensions
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |