1 write to scope
System.Management (1)
managementscope.cs (1)
1252
this.
scope
= theScope;
10 references to scope
System.Management (10)
managementscope.cs (10)
1257
if( null !=
scope
)
1264
if (
scope
.Options.EnablePrivileges && !CompatSwitches.AllowIManagementObjectQI)
1269
IntPtr password =
scope
.Options.GetPassword();
1272
scope
.Options.Username,
1274
scope
.Options.Locale,
1275
scope
.Options.Flags,
1276
scope
.Options.Authority,
1277
scope
.Options.GetContext(),
1279
(int)
scope
.Options.Impersonation,
1280
(int)
scope
.Options.Authentication);