1 write to scope
System.Management (1)
managementscope.cs (1)
1252this.scope = theScope;
10 references to scope
System.Management (10)
managementscope.cs (10)
1257if( null != scope ) 1264if (scope.Options.EnablePrivileges && !CompatSwitches.AllowIManagementObjectQI) 1269IntPtr password = scope.Options.GetPassword(); 1272scope.Options.Username, 1274scope.Options.Locale, 1275scope.Options.Flags, 1276scope.Options.Authority, 1277scope.Options.GetContext(), 1279(int)scope.Options.Impersonation, 1280(int)scope.Options.Authentication);