1 write to scope
System.Management (1)
System\Management\ManagementScope.cs (1)
1143
this.
scope
= theScope;
36 references to scope
System.Management (36)
System\Management\ManagementScope.cs (36)
1181
if (null !=
scope
)
1183
IntPtr password =
scope
.Options.GetPassword();
1188
(int)
scope
.Options.Authentication,
1189
(int)
scope
.Options.Impersonation,
1191
scope
.Options.Username,
1193
scope
.Options.Authority);
1219
if (null !=
scope
)
1221
IntPtr password =
scope
.Options.GetPassword();
1226
(int)
scope
.Options.Authentication,
1227
(int)
scope
.Options.Impersonation,
1229
scope
.Options.Username,
1231
scope
.Options.Authority);
1245
if (null !=
scope
)
1247
IntPtr password =
scope
.Options.GetPassword();
1252
(int)
scope
.Options.Authentication,
1253
(int)
scope
.Options.Impersonation,
1255
scope
.Options.Username,
1257
scope
.Options.Authority);
1284
if (null !=
scope
)
1286
IntPtr password =
scope
.Options.GetPassword();
1291
(int)
scope
.Options.Authentication,
1292
(int)
scope
.Options.Impersonation,
1294
scope
.Options.Username,
1296
scope
.Options.Authority);
1310
if (null !=
scope
)
1312
IntPtr password =
scope
.Options.GetPassword();
1318
(int)
scope
.Options.Authentication,
1319
(int)
scope
.Options.Impersonation,
1321
scope
.Options.Username,
1323
scope
.Options.Authority);
1337
if (null !=
scope
)
1339
IntPtr password =
scope
.Options.GetPassword();
1345
(int)
scope
.Options.Authentication,
1346
(int)
scope
.Options.Impersonation,
1348
scope
.Options.Username,
1350
scope
.Options.Authority);