internal void Reset()
 {
     if (this.needToReset)
     {
         this.needToReset = false;
         if (this.scope != null)
         {
             WmiNetUtilsHelper.ResetSecurity_f(this.handle);
         }
     }
 }