--- title: ApplicationControl DDF file description: View the XML file containing the device description framework (DDF) for the ApplicationControl configuration service provider. ms.date: 01/31/2024 --- # ApplicationControl DDF file The following XML file contains the device description framework (DDF) for the ApplicationControl configuration service provider. ```xml ]> 1.2 ApplicationControl ./Vendor/MSFT Root Node of the ApplicationControl CSP 10.0.18362 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF;0xD2; Policies Beginning of a Subtree that contains all policies. Policies The GUID of the Policy Policy GUID The ApplicationControl CSP enforces that the "ID" segment of a given policy URI is the same GUID as the policy ID in the policy blob. Policy The policy binary encoded as base64. Supported value is a binary file, converted from the policy XML file by the ConvertFrom-CIPolicy cmdlet. Policy PolicyInfo Information Describing the Policy indicated by the GUID PolicyInfo Version Version of the Policy indicated by the GUID, as a string. When parsing use a uint64 as the containing data type Version IsBasePolicy TRUE/FALSE if the Policy is a Base Policy versus a Supplemental Policy IsBasePolicy IsSystemPolicy TRUE/FALSE if the Policy is a System Policy, that is a policy managed by Microsoft as part of the OS IsSystemPolicy IsEffective Whether the Policy indicated by the GUID is Effective on the system (loaded by the enforcement engine and in effect) IsEffective IsDeployed Whether the Policy indicated by the GUID is deployed on the system (on the physical machine) IsDeployed IsAuthorized Whether the Policy indicated by the GUID is authorized to be loaded by the enforcement engine on the system IsAuthorized Status The Current Status of the Policy Indicated by the Policy GUID Status FriendlyName The FriendlyName of the Policy Indicated by the Policy GUID FriendlyName BasePolicyId The BasePolicyId of the Policy Indicated by the Policy GUID BasePolicyId PolicyOptions The PolicyOptions of the Policy Indicated by the Policy GUID PolicyOptions Tokens Beginning of a Subtree that contains all tokens. Tokens Arbitrary ID used to differentiate tokens ID The ApplicationControl CSP enforces that the "ID" segment of a given token URI is unique. Token The token binary encoded as base64. Supported value is a binary file, obtained from the OneCoreDeviceUnlockService. Token TokenInfo Information Describing the Token indicated by the corresponding ID. TokenInfo Status The Current Status of the Token Indicated by the Token ID Status Type The Type of Token Indicated by the Token ID Type ``` ## Related articles [ApplicationControl configuration service provider reference](applicationcontrol-csp.md)