1 write to scope
System.Management (1)
System\Management\ManagementScope.cs (1)
1093
this.
scope
= theScope;
10 references to scope
System.Management (10)
System\Management\ManagementScope.cs (10)
1098
if (null !=
scope
)
1105
if (
scope
.Options.EnablePrivileges && !CompatSwitches.AllowIManagementObjectQI)
1110
IntPtr password =
scope
.Options.GetPassword();
1113
scope
.Options.Username,
1115
scope
.Options.Locale,
1116
scope
.Options.Flags,
1117
scope
.Options.Authority,
1118
scope
.Options.GetContext(),
1120
(int)
scope
.Options.Impersonation,
1121
(int)
scope
.Options.Authentication);