Ejemplo n.º 1
0
 private void Dispose(bool disposing)
 {
     if (this._lsaHandle != IntPtr.Zero)
     {
         int num = (int)Lsa.LsaDeregisterLogonProcess(this._lsaHandle);
         this._lsaHandle = IntPtr.Zero;
     }
     if (!disposing)
     {
         return;
     }
     GC.SuppressFinalize((object)this);
 }