__NTLMUser9X class
The __NTLMUser9X system class controls remote access to unsupported versions of Windows. The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
class __NTLMUser9X : __SecurityRelatedClass
{
string Authority;
sint32 Flags;
sint32 Mask;
string Name;
sint32 Type;
};
Members
The __NTLMUser9X class has these types of members:
Properties
The __NTLMUser9X class has these properties.
-
Authority
-
-
Data type: string
-
Access type: Read/write
Domain to which a user name applies.
-
-
Flags
-
-
Data type: sint32
-
Access type: Read/write
Inheritance flags.
-
-
0
-
No inheritance.
-
2
-
Apply to child namespaces, in addition to the current one.
Mask
-
Data type: sint32
-
Access type: Read/write
Bitmask that specifies access rights to the namespace in the Windows Management Instrumentation (WMI) repository. For bit values, see Namespace Access Rights Constants.
Name
-
Data type: string
-
Access type: Read/write
User name.
Type
-
Data type: sint32
-
Access type: Read/write
Access allowed.
0
Access allowed.
2
Access denied.
Remarks
The __NTLMUser9X class is used as an input parameter for the __SystemSecurity::Get9XUserList and __SystemSecurity::Set9XUserList methods.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
All WMI namespaces |