2 writes to Options
System.Management (2)
System\Management\ManagementScope.cs (2)
610
this.
Options
= options;
967
threadParam.
Options
= new ConnectionOptions();
55 references to Options
System.Management (55)
System\Management\ManagementScope.cs (55)
1065
IntPtr password = scope.
Options
.GetPassword();
1068
(int)scope.
Options
.Authentication,
1069
(int)scope.
Options
.Impersonation,
1071
scope.
Options
.Username,
1073
scope.
Options
.Authority);
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);
1183
IntPtr password = scope.
Options
.GetPassword();
1188
(int)scope.
Options
.Authentication,
1189
(int)scope.
Options
.Impersonation,
1191
scope.
Options
.Username,
1193
scope.
Options
.Authority);
1221
IntPtr password = scope.
Options
.GetPassword();
1226
(int)scope.
Options
.Authentication,
1227
(int)scope.
Options
.Impersonation,
1229
scope.
Options
.Username,
1231
scope.
Options
.Authority);
1247
IntPtr password = scope.
Options
.GetPassword();
1252
(int)scope.
Options
.Authentication,
1253
(int)scope.
Options
.Impersonation,
1255
scope.
Options
.Username,
1257
scope.
Options
.Authority);
1286
IntPtr password = scope.
Options
.GetPassword();
1291
(int)scope.
Options
.Authentication,
1292
(int)scope.
Options
.Impersonation,
1294
scope.
Options
.Username,
1296
scope.
Options
.Authority);
1312
IntPtr password = scope.
Options
.GetPassword();
1318
(int)scope.
Options
.Authentication,
1319
(int)scope.
Options
.Impersonation,
1321
scope.
Options
.Username,
1323
scope.
Options
.Authority);
1339
IntPtr password = scope.
Options
.GetPassword();
1345
(int)scope.
Options
.Authentication,
1346
(int)scope.
Options
.Impersonation,
1348
scope.
Options
.Username,
1350
scope.
Options
.Authority);
1387
if (scope.
Options
.EnablePrivileges)
1413
IntPtr password = scope.
Options
.GetPassword();
1417
scope.
Options
.Username,
1419
scope.
Options
.Authority,
1420
(int)scope.
Options
.Impersonation,
1421
(int)scope.
Options
.Authentication
1439
IntPtr password = scope.
Options
.GetPassword();
1443
scope.
Options
.Username,
1445
scope.
Options
.Authority,
1446
(int)scope.
Options
.Impersonation,
1447
(int)scope.
Options
.Authentication