1 write to scope
System.Management (1)
System\Management\ManagementScope.cs (1)
1093this.scope = theScope;
10 references to scope
System.Management (10)
System\Management\ManagementScope.cs (10)
1098if (null != scope) 1105if (scope.Options.EnablePrivileges && !CompatSwitches.AllowIManagementObjectQI) 1110IntPtr password = scope.Options.GetPassword(); 1113scope.Options.Username, 1115scope.Options.Locale, 1116scope.Options.Flags, 1117scope.Options.Authority, 1118scope.Options.GetContext(), 1120(int)scope.Options.Impersonation, 1121(int)scope.Options.Authentication);