Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declares a package extensibility point of type windows.certificates. The app requires one or more certificates from the specified certificate stores.
Element hierarchy
<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
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |