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