PrivilegedApplicationsType

The PrivilegedApplicationsType XML simple type specifies which apps have permission to access the device.

<xs:complexType name="PrivilegedApplicationsType">
    <xs:choice>
        <xs:element name="AnyApplication"
            type="tns:AnyApplicationType"
         />
        <xs:element name="Package"
            type="tns:PackageForPrivilegedApplications"
            maxOccurs="unbounded"
         />
        <xs:any
            processContents="lax"
            minOccurs="0"
            namespace="##other"
         />
    </xs:choice>
</xs:complexType>

Child elements

Element Type Description
AnyApplication tns:AnyApplicationType

The presence of this element indicates that any application can access the device.

Package tns:PackageForPrivilegedApplications

Identifies an app package that has privileged access to the device.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

See also

device metadata package

 

 

Send comments about this topic to Microsoft