Edit

Certificate

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

Element hierarchy

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

Syntax

<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
  ...
  <Certificate
    StoreName = 'A required value. <!-- TODO: Add description for t:ST_CertificateStoreName -->'
    Content = 'A required string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' />
</Package>

Attributes

Attribute Description Data type Required Default value
StoreName The store name in which the certificate should be placed. A value. Yes
Content The path to the certificate content to place in the store. A string between 1 and 256 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

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

Remarks

Examples