1 write to scope
System.Management (1)
36 references to scope
System.Management (36)
managementscope.cs (36)
1343if( null != scope)
1345IntPtr password = scope.Options.GetPassword();
1350(int)scope.Options.Authentication,
1351(int)scope.Options.Impersonation,
1353scope.Options.Username,
1355scope.Options.Authority);
1384if( null != scope )
1386IntPtr password = scope.Options.GetPassword();
1391(int)scope.Options.Authentication,
1392(int)scope.Options.Impersonation,
1394scope.Options.Username,
1396scope.Options.Authority);
1410if( null != scope)
1412IntPtr password = scope.Options.GetPassword();
1417(int)scope.Options.Authentication,
1418(int)scope.Options.Impersonation,
1420scope.Options.Username,
1422scope.Options.Authority);
1452if( null != scope)
1454IntPtr password = scope.Options.GetPassword();
1459(int)scope.Options.Authentication,
1460(int)scope.Options.Impersonation,
1462scope.Options.Username,
1464scope.Options.Authority);
1478if( null != scope)
1480IntPtr password = scope.Options.GetPassword();
1486(int)scope.Options.Authentication,
1487(int)scope.Options.Impersonation,
1489scope.Options.Username,
1491scope.Options.Authority);
1505if( null != scope)
1507IntPtr password = scope.Options.GetPassword();
1513(int)scope.Options.Authentication,
1514(int)scope.Options.Impersonation,
1516scope.Options.Username,
1518scope.Options.Authority);