MDM_AppLocker_CodeIntegrity03 class
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
The MDM_AppLocker_CodeIntegrity03 class defines policy for checking code integrity.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[dynamic, provider("DMWmiBridgeProv")]
class MDM_AppLocker_CodeIntegrity03
{
string InstanceID;
string ParentID;
string Policy;
};
Members
The MDM_AppLocker_CodeIntegrity03 class has these types of members:
- Properties
Properties
The MDM_AppLocker_CodeIntegrity03 class has these properties.
InstanceID
Data type: string
Access type: Read-only
Qualifiers: key
The node for defining policy on code integrity.
ParentID
Data type: string
Access type: Read-only
Qualifiers: key
Describes the full path to the parent node. For this class, the string is "./Vendor/MSFT/AppLocker/ApplicationLaunchRestrictions/Grouping"
Policy
Data type: string
Access type: Read-only
Qualifiers: Octetstring
Policy nodes define the policy for launching executables, Windows Installer files, scripts, store apps, and DLL files. The contents of a given Policy node is precisely the XML format for a RuleCollection node in the corresponding AppLocker XML policy.
Policy nodes are in XML format.
Policy nodes are a Base64-encoded blob of the binary policy representation. The binary policy may be signed or unsigned.
Requirements
Minimum supported client |
Windows 10 Insider Preview |
Minimum supported server |
None supported |
Namespace |
Root\CIMv2\MDM\DMMap |
MOF |
DMWmiBridgeProv.mof |
DLL |
DMWmiBridgeProv.dll |