Certificate (Windows 10)

A certificate for use with the package and placed in the system certificate stores.

Element hierarchy

<Package>

    <Extensions>

         <Extension>

              <Certificates>

                   <Certificate>

Syntax

<Certificate
  StoreName = 'A string with a value between 1 and 50 characters in length that cannot contain these characters: <, >, :, ", /, \, |, ?, or *.'
  Content = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Content The path to the certificate content to place in the store. A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, &, ", /, \, |, ?, or *. Yes
StoreName The store name in which the certificate should be placed. A string with a value between 1 and 50 characters in length that cannot contain these characters: <, >, :, ", /, \, |, ?, or *. 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

Value
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10