2.2.30 __SystemSecurity Class

The __SystemSecurity class is used to read or modify the security descriptor for a CIM namespace. The class is defined by WMI as shown in the following MOF text.

 [singleton: DisableOverride ToInstance ToSubClass]
 class __SystemSecurity
 {
    [Static] uint32 GetSD([out] uint8 sd[]);
    [Static] uint32 SetSD([in] uint8 sd[]);
 };