[This is preliminary documentation and subject to change.]
The __User system class is a security-related class used to specify individual users. A user is a special case of a subject, and derives from the base class __Subject, but adds no new properties of its own. Creating an instance of __User creates a new user in WBEM.
This class is only available in the Root\Security namespace.
class __User : __Subject
{
// Properties inherited from __Subject
};
See the properties for __Subject.