MDM_SideLoader class
Provides methods for activating side-loading of line-of-business (LOB) applications.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("MDMSettingsProv"), AMENDMENT]
class MDM_SideLoader
{
uint32 key;
string ProductKeyHash;
};
Members
The MDM_SideLoader class has these types of members:
Methods
The MDM_SideLoader class has these methods.
| Method | Description |
|---|---|
| ActivateKey |
Activates side-loading and installs the product key. |
| AddCertificate |
Adds the package-signing certificate. |
| UnActivateLOB |
Disables side-loading of line-of-business (LOB) applications. |
Properties
The MDM_SideLoader class has these properties.
- key
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: key
Identifies the MDM_SideLoader class instance.
- ProductKeyHash
-
- Data type: string
- Access type: Read-only
A hash of the installed product key.
Remarks
There have been some changes that were made for App Side-loading in Windows 10.If you are had Side-loading enabled in Windows 8 or Windows 8.1 and now are experiencing issues when using WMI to enable Side-loading on Windows 10 devices using Windows 8.1 keys, please see Enterprise app management for information including using the EnterpriseModernAppManagement CSP.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
None supported |
|
Namespace |
Root\CIMv2\MDM |
|
MOF |
|
|
DLL |
|
See also