Share via


IdentityForPrivilegedApplicationsType

The IdentityForPrivilegedApplicationsType XML type specifies an ID for an app package for an app that has privileged access to the device.

<xs:complexType name="IdentityForPrivilegedApplicationsType">
    <xs:attribute name="Name"
        type="tns:PackageNameType"
        use="required"
     />
    <xs:attribute name="Publisher"
        type="tns:PublisherType"
        use="required"
     />
    <xs:attribute name="AccessCustomDriver"
        type="xs:boolean"
     />
</xs:complexType>

Attributes

Name Type Description
AccessCustomDriver xs:boolean

This attribute is true for specialized devices that need to access a custom driver.

Name tns:PackageNameType

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

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

See also

device metadata package

 

 

Send comments about this topic to Microsoft