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