The SMS_WinRTSideLoadingKey Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, to create, modify and delete sideloading keys. These keys enable sideloaded Windows 8 applications on WinRT devices managed by Hybrid Mobile Device Management.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_WinRTSideLoadingKey : SMS_BaseClass
{
	String Description;
	UInt32 KeyId;
	String LicenseKey;
	UInt32 MaxActivationCount;
	String Name;
	String UsedCount;
};

Methods

The SMS_WinRTSideLoadingKey class does not define any methods.

Properties

Description

Data type: StringAccess type: Read/Write Qualifiers: noneDescription of the key.
KeyId

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Unique identifier of the key. This key is automatically generated by Configuration Manager.
LicenseKey

Data type: StringAccess type: Read/Write Qualifiers: noneThe full license key in XXXXX-XXXXX-XXXXX-XXXXX-XXXXX format. Once created, the SMS Provider and Admin Console will only showed a masked key with only the last 5 chars visible, such as *****ABCDE.
MaxActivationCount

Data type: UInt32Access type: Read/Write Qualifiers: noneThe maximum number of activations possible using this key.
Name

Data type: StringAccess type: Read/Write Qualifiers: noneName of the key.
UsedCount

Data type: StringAccess type: Read/Write Qualifiers: noneThe number of times this key has been assigned to devices. This value is automatically generated by Configuration Manager.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also