internal SecurityHandler(ManagementScope theScope)
 {
     this.scope = theScope;
     if ((this.scope != null) && this.scope.Options.EnablePrivileges)
     {
         WmiNetUtilsHelper.SetSecurity_f(ref this.needToReset, ref this.handle);
     }
 }