Identity (for PrivilegedApplications) element
Contains the package name and publisher.
Usage
<Identity
Name = "tns:PackageNameType"
Publisher = "tns:PublisherType"
AccessCustomDriver = "boolean"/>
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
AccessCustomDriver |
boolean |
No |
This attribute is true for specialized devices that need to access a custom driver. |
Name |
tns:PackageNameType |
Yes |
PackageNameType value that specifies the package name of an app associated with the device. The value of this attribute can be copied from the <Identity> element's Name attribute in the app manifest, after the app has been associated with the Windows Store using the steps described in Windows Store device app Lifecycle. |
Publisher |
tns:PublisherType |
Yes |
PublisherType value that specifies the publisher name of an app associated with the device. The value of this attribute can be copied from the <Identity> element's Publisher attribute in the app manifest, after the app has been associated with the Windows Store using the steps described in Windows Store device app Lifecycle. |
Child elements
There are no child elements.
Parent elements
Element |
---|
Element information
Minimum supported system |
Windows 8 |
Can be empty | Yes |
See also
Package (child of PrivilegedApplications)