1 write to scope
System.Management (1)
System\Management\ManagementScope.cs (1)
1384
this.
scope
= theScope;
15 references to scope
System.Management (15)
System\Management\ManagementScope.cs (15)
1385
if (null !=
scope
)
1387
if (
scope
.Options.EnablePrivileges)
1400
if (null !=
scope
)
1411
if (null !=
scope
)
1413
IntPtr password =
scope
.Options.GetPassword();
1417
scope
.Options.Username,
1419
scope
.Options.Authority,
1420
(int)
scope
.Options.Impersonation,
1421
(int)
scope
.Options.Authentication
1437
if (null !=
scope
)
1439
IntPtr password =
scope
.Options.GetPassword();
1443
scope
.Options.Username,
1445
scope
.Options.Authority,
1446
(int)
scope
.Options.Impersonation,
1447
(int)
scope
.Options.Authentication